Corrected comment.

This commit is contained in:
Joel Sherrill
1997-11-30 18:35:22 +00:00
parent 1f3ec87f55
commit 68732ef351
3 changed files with 1 additions and 10 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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.