2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
	Remove $(OBJS) from all-local.
This commit is contained in:
Ralf Corsepius
2002-07-04 08:56:18 +00:00
parent d16af04313
commit 445c0a0629
100 changed files with 300 additions and 50 deletions

View File

@@ -1,3 +1,8 @@
2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
Remove $(OBJS) from all-local.
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,

View File

@@ -30,6 +30,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): $(OBJS)
$(make-library)
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
all-local: $(ARCH) $(LIB)
include $(top_srcdir)/../../../../../../automake/local.am