summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 14:27:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 14:27:04 +0000
commit6b910bd2d2f17530ab10780cd0d3624a10516ddf (patch)
treeb87c9699b7fdd07ddeb56cbf10fb473160959065
parentMade it agree on PGM versus PGM/PGMS. (diff)
downloadrtems-6b910bd2d2f17530ab10780cd0d3624a10516ddf.tar.bz2
Use PGM consistently.
-rw-r--r--c/src/lib/libbsp/powerpc/psim/start/Makefile.in2
-rw-r--r--c/src/lib/libbsp/sparc/erc32/start/Makefile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/start/Makefile.in b/c/src/lib/libbsp/powerpc/psim/start/Makefile.in
index 094e308ed6..5a0ff1f50d 100644
--- a/c/src/lib/libbsp/powerpc/psim/start/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/psim/start/Makefile.in
@@ -58,7 +58,7 @@ CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
- $(INSTALL_VARIANT) -m 755 ${PGMS} $(PROJECT_RELEASE)/lib
+ $(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/lib
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \
diff --git a/c/src/lib/libbsp/sparc/erc32/start/Makefile.in b/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
index c9dd55b2b3..e4f1ce55ee 100644
--- a/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
+++ b/c/src/lib/libbsp/sparc/erc32/start/Makefile.in
@@ -13,7 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-PGMS = ${ARCH}/start.o
+PGM = ${ARCH}/start.o
# C source names, if any, go here -- minus the .c
C_PIECES =
@@ -58,7 +58,7 @@ CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(OBJS) $(PGM)
- $(INSTALL_VARIANT) -m 755 ${PGMS} $(PROJECT_RELEASE)/lib
+ $(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/lib
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \