Use Suffix Extensions in Makefiles (doc, src/{arm,dht,integration,statistics}) for...
authorng0 <ng0@infotropique.org>
Tue, 17 Oct 2017 12:29:35 +0000 (12:29 +0000)
committerng0 <ng0@infotropique.org>
Tue, 17 Oct 2017 12:29:35 +0000 (12:29 +0000)
doc/Makefile.am
src/arm/Makefile.am
src/dht/Makefile.am
src/integration-tests/Makefile.am
src/statistics/Makefile.am

index 1a8bb64b9f0b02cfc7f9fbdcfdddefa5eb516375..d9a68d533754637139fea52e2b7435979be57b56 100644 (file)
@@ -150,6 +150,7 @@ lego_stack.png: images/lego_stack.svg
        convert images/lego_stack.svg images/lego_stack.png &&
        pngcrush images/lego_stack.png images/lego_stack.png
 
+# FIXME: The usage of 'date' strings causes a warning.
 version.texi:
        echo "@set UPDATED $(date +'%d %B %Y')" > $@
        echo "@set UPDATED-MONTH $(date +'%B %Y')" >> $@
index 373847fde2600a3df91afeda1e35858e5890644b..b1706a4793a8ec6ed287ddc9bef51853cdb873e4 100644 (file)
@@ -92,7 +92,8 @@ test_gnunet_service_arm_SOURCES = \
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
-%.py: %.py.in Makefile
+SUFFIXES = .py.in .py
+.py.in.py:
        $(do_subst) < $(srcdir)/$< > $@
        chmod +x $@
 
index 00ce0e9344299c1106b658e71b2baaa81a0811d7..4a78ea4c791129d1acde232e35c65e5a248b3767 100644 (file)
@@ -213,7 +213,8 @@ endif
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' -e 's,[@]bindir[@],$(bindir),g'
 
-%.py: %.py.in Makefile
+SUFFIXES = .py.in .py
+.py.in.py:
        $(do_subst) < $(srcdir)/$< > $@
        chmod +x $@
 
index 6fff0b407b817807b88df6a27b8dce1312bf96f2..368980064e54b38b09510717b01269c88dddeadb 100644 (file)
@@ -42,7 +42,8 @@ endif
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
-%.py: %.py.in Makefile
+SUFFIXES = .py.in .py
+.py.in.py:
        $(do_subst) < $(srcdir)/$< > $@
        chmod +x $@
 
index b2e256960efd6f0049cdb593771ab8b51fe75783..16a1ea2d0f3e038e546340fb6faec5328710fc2f 100644 (file)
@@ -90,7 +90,8 @@ endif
 
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
-%.py: %.py.in Makefile
+SUFFIXES = .py.in .py
+.py.in.py:
        $(do_subst) < $(srcdir)/$< > $@
        chmod +x $@