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

* clock/Makefile.am: Remove all-local: $(ARCH).
	* mongoosev/duart/Makefile.am: Remove all-local: $(ARCH).
	* mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
	* r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
	* shared/cache/Makefile.am: Remove all-local: $(ARCH).
	* shared/interrupts/Makefile.am: Remove all-local: $(ARCH).
	* timer/Makefile.am: Remove all-local: $(ARCH).
	* tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-02 05:07:40 +00:00
parent d212c11666
commit d4116e4466
9 changed files with 19 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ include $(top_srcdir)/../../../automake/lib.am
$(PGM): $(clock_rel_OBJECTS)
$(make-rel)
all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
all-local: $(clock_rel_OBJECTS) $(PGM)
.PRECIOUS: $(PGM)