From a8b5e5243a004006e21d7411bbc4efa6e6a20b73 Mon Sep 17 00:00:00 2001 From: hjp Date: Thu, 13 Jan 2005 15:28:30 +0000 Subject: [PATCH] Fixed automatic creation of GNUmakevars and GNUmakerules --- tiny/GNUmakefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tiny/GNUmakefile b/tiny/GNUmakefile index a069140..fb2af9d 100644 --- a/tiny/GNUmakefile +++ b/tiny/GNUmakefile @@ -3,6 +3,8 @@ CONFDIR=../../configure CONFDIR_exists=$(shell [ -d $(CONFDIR) ] && echo ok) +pre: GNUmakevars GNUmakerules + GNUmakevars: GNUmakevars.sh sh ./$^ > $@ GNUmakerules: GNUmakerules.sh @@ -11,7 +13,10 @@ GNUmakerules: GNUmakerules.sh all: configure dus fnp fnpa fnpc isodate psg save crypt clean: - rm fnp fnpa fnpc customize crypt + rm -f fnp fnpa fnpc customize crypt + +distclean: clean + rm -f GNUmakevars GNUmakerules install: \ $(BINDIR)/crypt \