summaryrefslogtreecommitdiff
path: root/pr/include
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-15 22:57:39 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-15 22:57:39 +0000
commit4b7b7937dded7ef603a9aaa5bfe68b8acf2d4e85 (patch)
treef50469a9931f800e3e1f4c1998c5b27650131e29 /pr/include
parent76afee34df9a7259b408628e67665fabe08a0686 (diff)
downloadnspr-hg-4b7b7937dded7ef603a9aaa5bfe68b8acf2d4e85.tar.gz
Verified that the autoconf build system is equivalent to the classic
build system on AIX, HP-UX, Linux, and Solaris. The 'release' makefile target still doesn't quite work. Modified Files: configure configure.in config/Makefile.in config/autoconf.mk.in config/config.mk config/nsinstall.c config/rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in pr/include/md/Makefile.in pr/src/misc/Makefile.in
Diffstat (limited to 'pr/include')
-rw-r--r--pr/include/md/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/pr/include/md/Makefile.in b/pr/include/md/Makefile.in
index 8f19ca73..2a18192f 100644
--- a/pr/include/md/Makefile.in
+++ b/pr/include/md/Makefile.in
@@ -41,12 +41,10 @@ VPATH = @srcdir@
include $(MOD_DEPTH)/config/autoconf.mk
HEADERS = $(wildcard $(srcdir)/*.h)
-CONFIGS = $(wildcard $(srcdir)/*.cfg)
include $(topsrcdir)/config/rules.mk
export:: $(MDCPUCFG_H)
- $(INSTALL) -m 444 $(CONFIGS) $(dist_includedir)/md
$(INSTALL) -m 444 $(srcdir)/$(MDCPUCFG_H) $(dist_includedir)
ifneq ($(OS_ARCH),OpenVMS)
mv -f $(dist_includedir)/$(MDCPUCFG_H) $(dist_includedir)/prcpucfg.h
@@ -60,7 +58,7 @@ endif
real_install::
$(NSINSTALL) -D $(DESTDIR)$(includedir)/md
cp $(srcdir)/$(MDCPUCFG_H) $(DESTDIR)$(includedir)/prcpucfg.h
- $(NSINSTALL) -t -m 644 $(CONFIGS) $(HEADERS) $(DESTDIR)$(includedir)/md
+ $(NSINSTALL) -t -m 644 $(HEADERS) $(DESTDIR)$(includedir)/md
release:: export
@echo "Copying machine-dependent prcpucfg.h"
@@ -72,4 +70,4 @@ release:: export
rm -rf $(RELEASE_INCLUDE_DIR); \
$(NSINSTALL) -D $(RELEASE_INCLUDE_DIR);\
fi
- cp $(MDCPUCFG_H) $(RELEASE_INCLUDE_DIR)/prcpucfg.h
+ cp $(srcdir)/$(MDCPUCFG_H) $(RELEASE_INCLUDE_DIR)/prcpucfg.h