blob: 7e450402d61e0afad9c5ab5e417ace142bc97ea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff '--color=auto' -urN ice-3.8.0.orig/python/Makefile ice-3.8.0/python/Makefile
--- ice-3.8.0.orig/python/Makefile 2025-12-31 11:44:03.404645124 +0100
+++ ice-3.8.0/python/Makefile 2025-12-31 11:44:51.904526406 +0100
@@ -33,7 +33,7 @@
# We use a separate Makefile for building the python packages because their building
# requires .NOTPARALLEL
#
-all generate-srcs clean distclean install::
+all generated-srcs clean distclean install::
+$(Q)$(MAKE) -C python $@
+$(Q)$(MAKE) -C test $@
diff '--color=auto' -urN ice-3.8.0.orig/python/config/Make.rules ice-3.8.0/python/config/Make.rules
--- ice-3.8.0.orig/python/config/Make.rules 2025-12-31 11:44:03.404849270 +0100
+++ ice-3.8.0/python/config/Make.rules 2025-12-31 11:46:31.265288194 +0100
@@ -90,7 +90,7 @@
# Add to build target
generate-srcs all:: $$(STAMPS_$1)
-srcs:: generate-srcs
+srcs:: generated-srcs
# Clean rule
clean::
|