forked from Imagelibrary/rtems
Fixed preinstall stanza so the prebuild works.
This commit is contained 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)
|
||||
|
||||
Reference in New Issue
Block a user