forked from Imagelibrary/rtems
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove S_FILES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/Makefile.am: Remove S_FILES.
|
||||
|
||||
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Add preinstallation dirstamp support.
|
||||
|
||||
@@ -10,10 +10,7 @@ C_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c bootcard.c \
|
||||
m68kpretaskinghook.c main.c sbrk.c setvec.c gnatinstallhandler.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
S_FILES =
|
||||
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
OBJS = $(C_O_FILES) $(S_O_FILES)
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../automake/lib.am
|
||||
|
||||
Reference in New Issue
Block a user