diff options
author | relyea%netscape.com <devnull@localhost> | 2001-04-24 19:52:06 +0000 |
---|---|---|
committer | relyea%netscape.com <devnull@localhost> | 2001-04-24 19:52:06 +0000 |
commit | 85b0f1bd47a17f437705df5bba6069060370f55e (patch) | |
tree | 4b6c41a73d895360e6031b5d9b10106052be6600 /security | |
parent | 98f1883cf9263ea285094c3c16e3c2a0f14af2c0 (diff) | |
download | nss-hg-85b0f1bd47a17f437705df5bba6069060370f55e.tar.gz |
Patch to make the build work in both traditional and re-directed object mode.
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/lib/fortcrypt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/nss/lib/fortcrypt/Makefile b/security/nss/lib/fortcrypt/Makefile index c3454dced..544cee532 100644 --- a/security/nss/lib/fortcrypt/Makefile +++ b/security/nss/lib/fortcrypt/Makefile @@ -85,7 +85,11 @@ endif $(SHARED_LIBRARY): $(CILIB) $(DIRS) cilib_name: +ifeq ($(CILIB), $(patsubst /%,/,$(CILIB))) + @echo $(shell pwd)"/"$(CILIB) +else @echo $(CILIB) +endif $(CILIB): @$(MAKE_OBJDIR) |