forked from Imagelibrary/rtems
Fixed preinstall stanza so the prebuild works.
This commit is contained in:
@@ -49,10 +49,10 @@ LDFLAGS +=
|
|||||||
CLEAN_ADDITIONS +=
|
CLEAN_ADDITIONS +=
|
||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|
||||||
all: ${ARCH} $(SRCS) $(PGMS)
|
all: preinstall
|
||||||
$(BSDINSTALL) $(INSTBINFLAGS) ${PGMS} ${PROJECT_RELEASE}/bin
|
|
||||||
|
|
||||||
preinstall:
|
preinstall: ${ARCH} $(SRCS) $(PGMS)
|
||||||
|
$(BSDINSTALL) $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin
|
||||||
|
|
||||||
# Install the program(s), appending _g or _p as appropriate.
|
# Install the program(s), appending _g or _p as appropriate.
|
||||||
# for include files, just use $(INSTALL)
|
# for include files, just use $(INSTALL)
|
||||||
|
|||||||
@@ -49,10 +49,10 @@ LDFLAGS +=
|
|||||||
CLEAN_ADDITIONS +=
|
CLEAN_ADDITIONS +=
|
||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|
||||||
all: ${ARCH} $(SRCS) $(PGMS)
|
all: preinstall
|
||||||
$(BSDINSTALL) $(INSTBINFLAGS) ${PGMS} ${PROJECT_RELEASE}/bin
|
|
||||||
|
|
||||||
preinstall:
|
preinstall: ${ARCH} $(SRCS) $(PGMS)
|
||||||
|
$(BSDINSTALL) $(INSTBINFLAGS) $(PGMS) ${PROJECT_RELEASE}/bin
|
||||||
|
|
||||||
# Install the program(s), appending _g or _p as appropriate.
|
# Install the program(s), appending _g or _p as appropriate.
|
||||||
# for include files, just use $(INSTALL)
|
# for include files, just use $(INSTALL)
|
||||||
|
|||||||
Reference in New Issue
Block a user