summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseawood%netscape.com <devnull@localhost>2002-11-09 09:23:31 +0000
committerseawood%netscape.com <devnull@localhost>2002-11-09 09:23:31 +0000
commit239e931738626c3fdedfc9a40e5d0769f04158f7 (patch)
treed4a2b5ef23a939aeff531ee841c5ede701a60db6
parent20c62821ca1b4d486ebcf8049bb838ff4006edb6 (diff)
downloadnspr-hg-239e931738626c3fdedfc9a40e5d0769f04158f7.tar.gz
Remove $(CONFIG) from real_install target. It was a typo anyway.NSPR_UNICODE_PATHNAME_BASE
-rw-r--r--pr/include/md/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/md/Makefile.in b/pr/include/md/Makefile.in
index 316c4540..55c11582 100644
--- a/pr/include/md/Makefile.in
+++ b/pr/include/md/Makefile.in
@@ -60,7 +60,7 @@ endif
real_install::
$(NSINSTALL) -D $(DESTDIR)$(includedir)/md
cp $(srcdir)/$(MDCPUCFG_H) $(DESTDIR)$(includedir)/prcpucfg.h
- $(NSINSTALL) -t -m 644 $(CONFIG) $(HEADERS) $(DESTDIR)$(includedir)/md
+ $(NSINSTALL) -t -m 644 $(HEADERS) $(DESTDIR)$(includedir)/md
release:: export
@echo "Copying machine-dependent prcpucfg.h"