Fossil SCM
Small path fix to the new autoreconfigure Makefile rule.
Commit
b923d8006e7d5bdc575eff1ad8316fa743460d4beff80ffe3e543038803b14b8
Parent
c649ba277058a59…
1 file changed
+2
-2
+2
-2
| --- Makefile.in | ||
| +++ Makefile.in | ||
| @@ -56,8 +56,8 @@ | ||
| 56 | 56 | @AUTOREMAKE@ |
| 57 | 57 | |
| 58 | 58 | # Reconfigure whenever an audiosetup file or one of the make source |
| 59 | 59 | # files change, unless this is "make clean". |
| 60 | 60 | 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 | |
| 63 | 63 | endif |
| 64 | 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: 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 |