From 43abd4d525497b8ff91436a0924b149d100d8fda Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Aug 1998 22:03:14 +0000 Subject: Fixed preinstall stanza so the prebuild works. --- tools/cpu/unix/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/cpu/unix/Makefile.in') diff --git a/tools/cpu/unix/Makefile.in b/tools/cpu/unix/Makefile.in index f49c25c734..9796a1f225 100644 --- a/tools/cpu/unix/Makefile.in +++ b/tools/cpu/unix/Makefile.in @@ -49,10 +49,10 @@ LDFLAGS += CLEAN_ADDITIONS += CLOBBER_ADDITIONS += -all: ${ARCH} $(SRCS) $(PGMS) - $(BSDINSTALL) $(INSTBINFLAGS) ${PGMS} ${PROJECT_RELEASE}/bin +all: preinstall -preinstall: +preinstall: ${ARCH} $(SRCS) $(PGMS) + $(BSDINSTALL) $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin # Install the program(s), appending _g or _p as appropriate. # for include files, just use $(INSTALL) -- cgit v1.2.3