forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user