forked from Imagelibrary/rtems
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * rtems++/Makefile: Remove LD_LIBS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
|
||||
* rtems++/Makefile: Remove LD_LIBS.
|
||||
|
||||
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
|
||||
|
||||
@@ -8,6 +8,6 @@ $(project_bspdir)/tests:
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests \
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
|
||||
|
||||
@@ -33,8 +33,6 @@ include $(top_srcdir)/libtests.am
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
|
||||
LD_LIBS += $(CPLUS_LD_LIBS)
|
||||
|
||||
if HAS_CXX
|
||||
${PGM}: $(OBJS) $(LINK_FILES)
|
||||
$(make-cxx-exe)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
|
||||
* rtems++/Makefile: Remove LD_LIBS.
|
||||
|
||||
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
|
||||
|
||||
@@ -8,6 +8,6 @@ $(project_bspdir)/tests:
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
TMPINSTALL_FILES += \
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests \
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
|
||||
|
||||
@@ -33,8 +33,6 @@ include $(top_srcdir)/libtests.am
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
|
||||
LD_LIBS += $(CPLUS_LD_LIBS)
|
||||
|
||||
if HAS_CXX
|
||||
${PGM}: $(OBJS) $(LINK_FILES)
|
||||
$(make-cxx-exe)
|
||||
|
||||
Reference in New Issue
Block a user