mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 23:10:16 +00:00
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac: Remove RTEMS_CANONICAL_HOST.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove all-local: $(ARCH).
|
||||
|
||||
2003-09-04 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* rtems/no-dpmem.c, rtems/no-event.c, rtems/no-mp.c, rtems/no-msg.c,
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user