Fossil SCM

Small path fix to the new autoreconfigure Makefile rule.

wyoung 2017-10-11 01:23 wy-autoreconfig
Commit b923d8006e7d5bdc575eff1ad8316fa743460d4beff80ffe3e543038803b14b8
1 file changed +2 -2
+2 -2
--- Makefile.in
+++ Makefile.in
@@ -56,8 +56,8 @@
5656
@AUTOREMAKE@
5757
5858
# Reconfigure whenever an audiosetup file or one of the make source
5959
# files change, unless this is "make clean".
6060
ifeq ($(findstring clean,$(MAKECMDGOALS)),)
61
-Makefile: Makefile.in $(SRCDIR)/main.mk @AUTODEPS@
62
- @AUTOREMAKE@ && $(MAKE)
61
+Makefile: @srcdir@/Makefile.in $(SRCDIR)/main.mk @AUTODEPS@
62
+ $(MAKE) reconfig
6363
endif
6464
--- Makefile.in
+++ Makefile.in
@@ -56,8 +56,8 @@
56 @AUTOREMAKE@
57
58 # Reconfigure whenever an audiosetup file or one of the make source
59 # files change, unless this is "make clean".
60 ifeq ($(findstring clean,$(MAKECMDGOALS)),)
61 Makefile: Makefile.in $(SRCDIR)/main.mk @AUTODEPS@
62 @AUTOREMAKE@ && $(MAKE)
63 endif
64
--- Makefile.in
+++ Makefile.in
@@ -56,8 +56,8 @@
56 @AUTOREMAKE@
57
58 # Reconfigure whenever an audiosetup file or one of the make source
59 # files change, unless this is "make clean".
60 ifeq ($(findstring clean,$(MAKECMDGOALS)),)
61 Makefile: @srcdir@/Makefile.in $(SRCDIR)/main.mk @AUTODEPS@
62 $(MAKE) reconfig
63 endif
64

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button