summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:27:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-22 19:27:13 +0000
commit7e642bab20011142182cb99f7f627f2ceadd2e62 (patch)
tree9e078101a316e413dfaa0a6c4f5566d60a7dec34 /c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in
parentPatch rtems-rc-19991117-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7e642bab20011142182cb99f7f627f2ceadd2e62.tar.bz2
Patch rtems-rc-19991117-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the libc directory to automake and "dozens of small fixes for Makefile.ins/configure.ins below c/src/lib."
Diffstat (limited to 'c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in')
-rw-r--r--c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in
index be13fbea36..b9c32f2295 100644
--- a/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/ppcn_60x/startup/Makefile.in
@@ -16,8 +16,8 @@ VPATH = @srcdir@:@srcdir@/../../../shared
PGM = ${ARCH}/startup.rel
# C source names, if any, go here -- minus the .c
-C_PIECES = bspstart bspclean sbrk setvec spurious genpvec swap main \
- bootcard bsplibc bsppost gnatinstallhandler
+C_PIECES = bspstart bspclean sbrk setvec spurious genpvec swap main bootcard \
+ bsplibc bsppost gnatinstallhandler
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
@@ -69,7 +69,7 @@ LDFLAGS +=
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-${PGM}: ${SRCS} ${OBJS}
+$(PGM): ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)