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

* cache/Makefile.am: Remove all-local: $(ARCH).
	* reg_win/Makefile.am: Remove all-local: $(ARCH).
	* syscall/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 05:07:59 +00:00
parent 770721817b
commit fe7a377edf
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cache/Makefile.am: Remove all-local: $(ARCH).
* reg_win/Makefile.am: Remove all-local: $(ARCH).
* syscall/Makefile.am: Remove all-local: $(ARCH).
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cache/Makefile.am: Reformat. Use dirstamps for preinstallation.

View File

@@ -24,7 +24,7 @@ AM_CPPFLAGS += -I$(srcdir) $(CACHE_DEFINE)
cache.h: $(top_srcdir)/../shared/include/cache.h
cp $< $@
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
all-local: $(PREINSTALL_FILES) $(OBJS)
CLEANFILES = cache.h

View File

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

View File

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