From 457cd0f3f36ac0f2c472a74a79ac3522f7429238 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 04:44:52 +0000 Subject: 2003-12-02 Ralf Corsepius * Makefile.am: Remove all-local: $(ARCH). --- c/src/librtems++/ChangeLog | 4 ++++ c/src/librtems++/Makefile.am | 2 +- c/src/optman/ChangeLog | 4 ++++ c/src/optman/Makefile.am | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/c/src/librtems++/ChangeLog b/c/src/librtems++/ChangeLog index 17fb2b8e6c..5dd83aa562 100644 --- a/c/src/librtems++/ChangeLog +++ b/c/src/librtems++/ChangeLog @@ -1,3 +1,7 @@ +2003-12-02 Ralf Corsepius + + * Makefile.am: Remove all-local: $(ARCH). + 2003-10-22 Ralf Corsepius * configure.ac: Remove RTEMS_CANONICAL_HOST. diff --git a/c/src/librtems++/Makefile.am b/c/src/librtems++/Makefile.am index f51341fa04..ac7800d8f1 100644 --- a/c/src/librtems++/Makefile.am +++ b/c/src/librtems++/Makefile.am @@ -48,6 +48,6 @@ $(LIB): $(OBJS) $(PROJECT_RELEASE)/lib/librtems++$(LIB_VARIANT).a: $(LIB) $(INSTALL_DATA) $< $@ -all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) +all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) include $(top_srcdir)/../automake/local.am diff --git a/c/src/optman/ChangeLog b/c/src/optman/ChangeLog index a69fe5aa4f..265e47fa98 100644 --- a/c/src/optman/ChangeLog +++ b/c/src/optman/ChangeLog @@ -1,3 +1,7 @@ +2003-12-02 Ralf Corsepius + + * Makefile.am: Remove all-local: $(ARCH). + 2003-09-04 Joel Sherrill * rtems/no-dpmem.c, rtems/no-event.c, rtems/no-mp.c, rtems/no-msg.c, diff --git a/c/src/optman/Makefile.am b/c/src/optman/Makefile.am index 6048c3f3cc..854a95d532 100644 --- a/c/src/optman/Makefile.am +++ b/c/src/optman/Makefile.am @@ -32,7 +32,7 @@ TMPINSTALL_FILES += \ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%$(LIB_VARIANT).rel $(INSTALL_DATA) $< $@ -all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) +all-local: $(PGMS) $(TMPINSTALL_FILES) install-data-local: $(PGMS) @$(mkinstalldirs) $(DESTDIR)$(bsplibdir) -- cgit v1.2.3