Automatically generate GNUmakevars and -rules if they don't exist.

This commit is contained in:
hjp 2004-06-12 22:12:52 +00:00
parent 761ae98837
commit b8bd8e778a
1 changed files with 6 additions and 1 deletions

View File

@ -21,5 +21,10 @@ customize: configure
$(BINDIR): $(BINDIR):
mkdir -p $@ mkdir -p $@
include GNUmakerules
GNUmakevars: GNUmakevars.sh
sh ./$^ > $@
GNUmakerules: GNUmakerules.sh
sh ./$^ > $@
include GNUmakerules