summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseawood%netscape.com <devnull@localhost>2001-10-13 06:02:48 +0000
committerseawood%netscape.com <devnull@localhost>2001-10-13 06:02:48 +0000
commita93e4a2ef8d50130a70fa57b821d4369f2c805b8 (patch)
tree0a9ce55f108b40975f004f60f677c6d187c18fe8
parent9d7b5a3ccc5247e9dd50a2ff7fea54bd5e88b226 (diff)
downloadnspr-hg-a93e4a2ef8d50130a70fa57b821d4369f2c805b8.tar.gz
Install *.cfg files used for cross-compiling
-rw-r--r--pr/include/md/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/pr/include/md/Makefile.in b/pr/include/md/Makefile.in
index 2a18192f..316c4540 100644
--- a/pr/include/md/Makefile.in
+++ b/pr/include/md/Makefile.in
@@ -41,11 +41,13 @@ 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 $(srcdir)/$(MDCPUCFG_H) $(dist_includedir)
+ $(INSTALL) -m 444 $(CONFIGS) $(HEADERS) $(dist_includedir)/md
ifneq ($(OS_ARCH),OpenVMS)
mv -f $(dist_includedir)/$(MDCPUCFG_H) $(dist_includedir)/prcpucfg.h
else
@@ -58,7 +60,7 @@ endif
real_install::
$(NSINSTALL) -D $(DESTDIR)$(includedir)/md
cp $(srcdir)/$(MDCPUCFG_H) $(DESTDIR)$(includedir)/prcpucfg.h
- $(NSINSTALL) -t -m 644 $(HEADERS) $(DESTDIR)$(includedir)/md
+ $(NSINSTALL) -t -m 644 $(CONFIG) $(HEADERS) $(DESTDIR)$(includedir)/md
release:: export
@echo "Copying machine-dependent prcpucfg.h"