From 4a16a59d90ff7b2c57a8d14320989f2c20a5f6eb Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Sun, 3 Jun 2001 05:36:28 +0000 Subject: The rule for creating nslib.c does not need to be a double-colon rule. Modified it to use automatic variables ($+ and $@) instead of hardcoded file names. --- security/nss/lib/fortcrypt/swfort/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/nss/lib/fortcrypt/swfort/Makefile b/security/nss/lib/fortcrypt/swfort/Makefile index c9d7cefbd..9c5e39de2 100644 --- a/security/nss/lib/fortcrypt/swfort/Makefile +++ b/security/nss/lib/fortcrypt/swfort/Makefile @@ -73,10 +73,10 @@ include $(CORE_DEPTH)/coreconf/rules.mk ####################################################################### -$(OBJDIR)/nslib.c:: swflib.c nsmap.h +$(OBJDIR)/nslib.c: nsmap.h swflib.c @$(MAKE_OBJDIR) - rm -f nslib.c - cat nsmap.h swflib.c > $(OBJDIR)/nslib.c + rm -f $@ + cat $+ > $@ export:: private_export -- cgit v1.2.1