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

* Makefile.am: Use "all-local:" instead of "all:".
This commit is contained in:
Ralf Corsepius
2003-04-17 10:52:57 +00:00
parent b50c582da8
commit b22d3e5004
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use "all-local:" instead of "all:".
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR. * configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -43,7 +43,7 @@ LIB = $(ARCH)/libscorecpu.a
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)
all: $(ARCH) $(PREINSTALL_FILES) $(LIB) \ all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \
$(TMPINSTALL_FILES) $(TMPINSTALL_FILES)
EXTRA_DIST = cpu.c cpu_asm.S EXTRA_DIST = cpu.c cpu_asm.S