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.
This commit is contained in:
Ralf Corsepius
2002-08-11 05:23:26 +00:00
parent fef95c563b
commit ca9c287439
4 changed files with 9 additions and 3 deletions

View File

@@ -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