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

* startup/Makefile.am: Remove S_FILES. Cosmetics.
This commit is contained in:
Ralf Corsepius
2003-12-04 07:54:59 +00:00
parent 91a0c377e7
commit 61a90083a7
2 changed files with 6 additions and 5 deletions
+4
View File
@@ -1,3 +1,7 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove S_FILES. Cosmetics.
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstallation dirstamp support.
@@ -7,13 +7,10 @@ VPATH = @srcdir@:@srcdir@/../../../shared
PGM = $(ARCH)/startup.rel
C_FILES = bsplibc.c bsppost.c bspstart.c bspclean.c bootcard.c main.c sbrk.c \
gnatinstallhandler.c setvec.c
gnatinstallhandler.c setvec.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