Made it agree on PGM versus PGM/PGMS.

This commit is contained in:
Joel Sherrill
1999-11-22 14:26:36 +00:00
parent b7912a89de
commit c99d395a32
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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