summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc/syscall
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:23:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 05:23:26 +0000
commitca9c287439ba98f2fb69a66be04cbb9581439f73 (patch)
tree1d644c8a8234393d914603a65b13954c03e26c60 /c/src/lib/libcpu/sparc/syscall
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ca9c287439ba98f2fb69a66be04cbb9581439f73.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cache/Makefile.am: Use .$(OBJEXT) instead of .o. * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o. * syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
Diffstat (limited to 'c/src/lib/libcpu/sparc/syscall')
-rw-r--r--c/src/lib/libcpu/sparc/syscall/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sparc/syscall/Makefile.am b/c/src/lib/libcpu/sparc/syscall/Makefile.am
index 7fa0e2783a..3ce1022269 100644
--- a/c/src/lib/libcpu/sparc/syscall/Makefile.am
+++ b/c/src/lib/libcpu/sparc/syscall/Makefile.am
@@ -10,7 +10,7 @@ S_FILES = syscall.S
noinst_HEADERS = syscall.h
-syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.o)
+syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am