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

* console/Makefile.am: Remove all-local: $(ARCH).
	* hw_init/Makefile.am: Remove all-local: $(ARCH).
	* start/Makefile.am: Remove all-local: $(ARCH).
	* startup/Makefile.am: Remove all-local: $(ARCH).
	* wrapup/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 05:43:07 +00:00
parent 84128ef753
commit 7234bfcd18
6 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Remove all-local: $(ARCH).
* hw_init/Makefile.am: Remove all-local: $(ARCH).
* start/Makefile.am: Remove all-local: $(ARCH).
* startup/Makefile.am: Remove all-local: $(ARCH).
* wrapup/Makefile.am: Remove all-local: $(ARCH).
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.

View File

@@ -23,7 +23,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by
# ../wrapup/Makefile
all-local: $(ARCH) $(OBJS) $(PGM)
all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -25,7 +25,7 @@ AM_CFLAGS += -fomit-frame-pointer
$(PGM): $(OBJS)
$(make-rel)
all-local: $(ARCH) $(OBJS) $(PGM)
all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
all-local: $(ARCH) $(OBJS) $(TMPINSTALL_FILES)
all-local: $(OBJS) $(TMPINSTALL_FILES)
EXTRA_DIST = start.S

View File

@@ -38,7 +38,7 @@ $(PGM): $(OBJS)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds $(PROJECT_RELEASE)/lib/linkcmds.rom \
$(PROJECT_RELEASE)/lib/linkcmds.rom2ram
all-local: $(ARCH) $(TMPINSTALL_FILES) $(OBJS) $(PGM)
all-local: $(TMPINSTALL_FILES) $(OBJS) $(PGM)
.PRECIOUS: $(PGM)

View File

@@ -25,6 +25,6 @@ include $(top_srcdir)/../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(LIB)
all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am