From 8ad16bac296cf446a9473041c9c6fd4a25fed038 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2003 05:37:41 +0000 Subject: 2003-08-21 Ralf Corsepius * aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4, aclocal/bspopts.m4, aclocal/canonicalize-tools.m4, aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4, aclocal/check-itron.m4, aclocal/check-multiprocessing.m4, aclocal/check-networking.m4, aclocal/check-newlib.m4, aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4, aclocal/path-perl.m4, aclocal/ppc.m4, aclocal/prog-cc.m4, aclocal/prog-ccas.m4, aclocal/prog-cxx.m4, aclocal/prog-gnat.m4, aclocal/rtems-debug.m4, aclocal/rtems-flags.m4, aclocal/rtems-test-no-pause.m4, aclocal/target.m4: Remove (Unused). * automake/leaf.am, automake/force-preinstall.am: Remove (Unused). * Makefile.am: Reflect changes above. --- automake/leaf.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 automake/leaf.am (limited to 'automake/leaf.am') diff --git a/automake/leaf.am b/automake/leaf.am deleted file mode 100644 index f6a9c5ce15..0000000000 --- a/automake/leaf.am +++ /dev/null @@ -1,16 +0,0 @@ -include $(RTEMS_ROOT)/make/leaf.cfg - -CXXLINK_APP = $(CXXLINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS) -ifndef make-cxx-exe -define make-cxx-exe - $(CXXLINK_APP) -endef -@ENDIF@ - -LINK_APP = $(LINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS) -ifndef make-exe -define make-exe - $(LINK_APP) -endef -@ENDIF@ - -- cgit v1.2.3