Experimental package creation tool for MinGW.org
修訂 | 345c8ac5b182520e784ffb2a28c49e7580b125ec (tree) |
---|---|
時間 | 2020-08-22 00:00:00 |
作者 | ![]() |
Commiter | Keith Marshall |
Ensure version changes are propagated to scripts.
* Makefile.in (%: %.sh): Add additional dependency on...
(configure.ac): ...this; version changes must propagate from here.
@@ -90,7 +90,7 @@ all: $(all_scripts) | ||
90 | 90 | # package version, which is propagated from configure.ac |
91 | 91 | # |
92 | 92 | MAKE_SCRIPT = sed -e 's,%PACKAGE%,$(PACKAGE),' -e 's,%VERSION%,$(VERSION),' |
93 | -%: %.sh | |
93 | +%: %.sh configure.ac | |
94 | 94 | $(MAKE_SCRIPT) $< > $@ |
95 | 95 | chmod 755 $@ |
96 | 96 |