summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-01-21 06:37:45 +0000
committercls%seawood.org <devnull@localhost>2001-01-21 06:37:45 +0000
commit5186f1dd2324090e6b5f01b2c1b77e395afbbb7b (patch)
treef11a9912d5ee485bc1dc22e1c5fe6ae7ea7a157b /Makefile.in
parent3851838c58666e61bd30d5a2a4bcc7c85e593f1a (diff)
downloadnspr-hg-5186f1dd2324090e6b5f01b2c1b77e395afbbb7b.tar.gz
Switch from using $(DIST)/bin, $(DIST)/lib, etc to using $(bindir), $(includedir). This gives us the advantage of being able to set different directories for libs & headers as needed. r=bryner
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f76b9cd3..6ab8d628 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -63,8 +63,8 @@ ifdef PR_CLIENT_BUILD
export::
rm -r -f $(DIST)/../public/nspr
ifdef PR_CLIENT_BUILD_UNIX
- rm -f $(DIST)/lib/libnspr.a
- rm -f $(DIST)/bin/libnspr.$(DLL_SUFFIX)
+ rm -f $(libdir)/libnspr.a
+ rm -f $(bindir)/libnspr.$(DLL_SUFFIX)
endif
endif