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

* wrapup/Makefile.am: Build libcpu.a.
	Don't preinstall libcpu.a
This commit is contained in:
Ralf Corsepius
2003-12-11 05:22:25 +00:00
parent e49fbac565
commit c527745132
2 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Build libcpu.a.
Don't preinstall libcpu.a
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc505/ictrl/Makefile.am: Remove all-local: $(ARCH).

View File

@@ -22,13 +22,8 @@ include $(top_srcdir)/../../../automake/lib.am
libcpu_a_OBJECTS = $(CPU_SPECIFIC_OBJS) $(FAMILY_OBJS)
$(LIB): $(libcpu_a_OBJECTS)
# ${make-library}
${make-library}
#$(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a: $(LIB)
# $(INSTALL_DATA) $< $@
#
#TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libcpu$(LIB_VARIANT).a
all-local: $(LIB) $(TMPINSTALL_FILES)
all-local: $(LIB)
include $(top_srcdir)/../../../automake/local.am