summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-06-03 05:36:28 +0000
committerwtc%netscape.com <devnull@localhost>2001-06-03 05:36:28 +0000
commit4a16a59d90ff7b2c57a8d14320989f2c20a5f6eb (patch)
treede62e311c5324be518f23ea826013b802592c21d
parent83d98b5cfbff470c2fbfda451f30e49765e28fcc (diff)
downloadnss-hg-4a16a59d90ff7b2c57a8d14320989f2c20a5f6eb.tar.gz
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.
-rw-r--r--security/nss/lib/fortcrypt/swfort/Makefile6
1 files 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