mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-28 19:55:48 +00:00
Made it agree on PGM versus PGM/PGMS.
This commit is contained in:
@@ -58,7 +58,7 @@ CLEAN_ADDITIONS +=
|
|||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|
||||||
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
|
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
|
||||||
$(INSTALL_VARIANT) -m 755 ${PGMS} $(PROJECT_RELEASE)/lib
|
$(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/lib
|
||||||
|
|
||||||
# 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_CHANGE)
|
# for include files, just use $(INSTALL_CHANGE)
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ CLEAN_ADDITIONS +=
|
|||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|
||||||
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
|
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
|
||||||
$(INSTALL_VARIANT) -m 755 ${PGMS} $(PROJECT_RELEASE)/lib
|
$(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/lib
|
||||||
|
|
||||||
# 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_CHANGE)
|
# for include files, just use $(INSTALL_CHANGE)
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ CLEAN_ADDITIONS +=
|
|||||||
CLOBBER_ADDITIONS +=
|
CLOBBER_ADDITIONS +=
|
||||||
|
|
||||||
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
|
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
|
||||||
$(INSTALL_VARIANT) -m 755 ${PGMS} $(PROJECT_RELEASE)/lib
|
$(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/lib
|
||||||
|
|
||||||
# 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_CHANGE)
|
# for include files, just use $(INSTALL_CHANGE)
|
||||||
|
|||||||
Reference in New Issue
Block a user