summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/start
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:47:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:47:20 +0000
commit595fee01bed362386b33026cb6c637b4cac3e953 (patch)
tree10d05a2d1b11dd1208d172b2b141f317b9ac843c /c/src/lib/libbsp/sh/shsim/start
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-595fee01bed362386b33026cb6c637b4cac3e953.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o. * scitab/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/start')
-rw-r--r--c/src/lib/libbsp/sh/shsim/start/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/start/Makefile.am b/c/src/lib/libbsp/sh/shsim/start/Makefile.am
index d00014c239..1eae771e99 100644
--- a/c/src/lib/libbsp/sh/shsim/start/Makefile.am
+++ b/c/src/lib/libbsp/sh/shsim/start/Makefile.am
@@ -3,7 +3,7 @@
##
S_FILES = start.S
-S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)
+S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
OBJS = $(S_O_FILES)