From 49da88cc99ffe632fa4708d420118b6d4b837b71 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 15:53:09 +0000 Subject: Patch rtems-rc-19991117-16.diff from Ralf Corsepius : * the PACKHEX etc problem * prevents the *.rels being removed inside the build-tree * a typo which only shows for when MP is activated * Alters some custom/*cfg files --- c/src/make/host.cfg.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c/src/make') diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in index c048042977..cae07de613 100644 --- a/c/src/make/host.cfg.in +++ b/c/src/make/host.cfg.in @@ -30,9 +30,13 @@ SED=sed # M4=@M4@ # Global tools +ifndef PACKHEX PACKHEX=$(PROJECT_BIN)/packhex +endif +ifndef INSTALL_CHANGE INSTALL_CHANGE=$(PROJECT_BIN)/install-if-change +endif INSTALL_VARIANT=$(INSTALL_CHANGE) -V "$(LIB_VARIANT)" # FIXME: HACK for a bug in cygwin-hosted egcs which returns a mixture @@ -71,4 +75,6 @@ INSTLIBFLAGS = -m 0644 INSTDIRFLAGS = -m 0755 -d INSTINCFLAGS = -m 0644 +ifndef INSTALL_DATA INSTALL_DATA = $(INSTALL) $(INSTDATAFLAGS) +endif -- cgit v1.2.3