2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/Makefile.am: Remove S_FILES.
This commit is contained in:
Ralf Corsepius
2003-12-04 07:11:07 +00:00
parent dabd0ef782
commit 91a0c377e7
2 changed files with 5 additions and 4 deletions

View File

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

View File

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