Differences From Artifact [a43200d7d0]:
- Executable file Makefile.in — part of check-in [c649ba2770] at 2017-10-11 01:16:05 on branch wy-autoreconfig — Automatically re-configuring (same as "make reconfig") when Makefile.in, src/main.mk, or one of the autosetup files changes. This should avoid the need to recommend to people "re-run configure" whenever they call "fossil update" on this tree. (user: wyoung size: 2091)
To Artifact [074d971647]:
- Executable file Makefile.in — part of check-in [b923d8006e] at 2017-10-11 01:23:15 on branch wy-autoreconfig — Small path fix to the new autoreconfigure Makefile rule. (user: wyoung size: 2093)
| ︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 | - - + + | reconfig: @AUTOREMAKE@ # Reconfigure whenever an audiosetup file or one of the make source # files change, unless this is "make clean". ifeq ($(findstring clean,$(MAKECMDGOALS)),) |