Skip to content

Commit

Permalink
Removed extraneous trailing / after directory pathnames.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtc%netscape.com committed Mar 26, 2003
1 parent 6074c43 commit 1025ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/nss/cmd/platlibs.mk
Expand Up @@ -132,7 +132,7 @@ EXTRA_SHARED_LIBS += \
$(NULL)
else
EXTRA_SHARED_LIBS += \
-L$(DIST)/lib/ \
-L$(DIST)/lib \
-lplc4 \
-lplds4 \
-lnspr4 \
Expand Down Expand Up @@ -205,7 +205,7 @@ endif
# $(PROGRAM) has NO explicit dependencies on $(EXTRA_SHARED_LIBS)
# $(EXTRA_SHARED_LIBS) come before $(OS_LIBS), except on AIX.
EXTRA_SHARED_LIBS += \
-L$(DIST)/lib/ \
-L$(DIST)/lib \
-lssl3 \
-lsmime3 \
-lnss3 \
Expand Down

0 comments on commit 1025ed8

Please sign in to comment.