From b8bd8e778ab9aa249ef0617807df7276a339acb7 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 12 Jun 2004 22:12:52 +0000 Subject: [PATCH] Automatically generate GNUmakevars and -rules if they don't exist. --- lspath/GNUmakefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lspath/GNUmakefile b/lspath/GNUmakefile index e6e348f..cdb1cf2 100644 --- a/lspath/GNUmakefile +++ b/lspath/GNUmakefile @@ -21,5 +21,10 @@ customize: configure $(BINDIR): mkdir -p $@ -include GNUmakerules +GNUmakevars: GNUmakevars.sh + sh ./$^ > $@ +GNUmakerules: GNUmakerules.sh + sh ./$^ > $@ + +include GNUmakerules