summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302
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/m68k/ods68302
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 '')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/console/Makefile.in2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in2
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in
index a049e7c77f..5ac96577f3 100644
--- a/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in
+++ b/c/src/lib/libbsp/m68k/ods68302/clock/Makefile.in
@@ -52,7 +52,7 @@ LDFLAGS +=
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-${PGM}: ${SRCS} ${OBJS}
+$(PGM): ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)
diff --git a/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in
index 733864c82a..7683296da2 100644
--- a/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in
+++ b/c/src/lib/libbsp/m68k/ods68302/console/Makefile.in
@@ -52,7 +52,7 @@ LDFLAGS +=
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-${PGM}: ${SRCS} ${OBJS}
+$(PGM): ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
index c1fb0c1804..cd6fb732fb 100644
--- a/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/Makefile.in
@@ -60,7 +60,7 @@ LDFLAGS +=
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-${PGM}: ${SRCS} ${OBJS}
+$(PGM): ${OBJS}
$(make-rel)
$(srcdir)/rom:
diff --git a/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in b/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in
index f3c9f6e994..72a0274d6c 100644
--- a/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in
+++ b/c/src/lib/libbsp/m68k/ods68302/timer/Makefile.in
@@ -57,7 +57,7 @@ LDFLAGS +=
CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
-${PGM}: ${SRCS} ${OBJS}
+$(PGM): ${OBJS}
$(make-rel)
all: ${ARCH} $(SRCS) $(PGM)