summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/score/tools/hppa1.1/Makefile.in3
-rw-r--r--c/src/exec/score/tools/unix/Makefile.in4
-rw-r--r--tools/cpu/unix/Makefile.in4
3 files changed, 1 insertions, 10 deletions
diff --git a/c/src/exec/score/tools/hppa1.1/Makefile.in b/c/src/exec/score/tools/hppa1.1/Makefile.in
index 04a9625dfc..6fd229fe79 100644
--- a/c/src/exec/score/tools/hppa1.1/Makefile.in
+++ b/c/src/exec/score/tools/hppa1.1/Makefile.in
@@ -53,8 +53,7 @@ all: ${ARCH} $(SRCS) preinstall $(PGMS)
# Hack
# we are #including files that haven't been installed yet.
-# Make sure they are available in the src tree (ie: checked
-# out from SCCS or RCS)
+# Make sure they are available.
preinstall: FORCEIT
cd $(CPU_DIR); $(MAKE) install-headers
diff --git a/c/src/exec/score/tools/unix/Makefile.in b/c/src/exec/score/tools/unix/Makefile.in
index 77349ecf10..b42424c512 100644
--- a/c/src/exec/score/tools/unix/Makefile.in
+++ b/c/src/exec/score/tools/unix/Makefile.in
@@ -51,10 +51,6 @@ CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(PGMS)
$(INSTALL) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin
-# Hack
-# we are #including files that haven't been installed yet.
-# Make sure they are available in the src tree (ie: checked
-# out from SCCS or RCS)
preinstall:
# Install the program(s), appending _g or _p as appropriate.
diff --git a/tools/cpu/unix/Makefile.in b/tools/cpu/unix/Makefile.in
index 77349ecf10..b42424c512 100644
--- a/tools/cpu/unix/Makefile.in
+++ b/tools/cpu/unix/Makefile.in
@@ -51,10 +51,6 @@ CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(PGMS)
$(INSTALL) -m 555 ${PGMS} ${PROJECT_RELEASE}/bin
-# Hack
-# we are #including files that haven't been installed yet.
-# Make sure they are available in the src tree (ie: checked
-# out from SCCS or RCS)
preinstall:
# Install the program(s), appending _g or _p as appropriate.