summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
Diffstat (limited to 'automake')
-rw-r--r--automake/force-preinstall.am4
-rw-r--r--automake/leaf.am16
2 files changed, 0 insertions, 20 deletions
diff --git a/automake/force-preinstall.am b/automake/force-preinstall.am
deleted file mode 100644
index ef234ee5d9..0000000000
--- a/automake/force-preinstall.am
+++ /dev/null
@@ -1,4 +0,0 @@
-## This file is a temporary band-aid for the ppc-BSPs.
-## DO NOT use it, it will eventually be removed in future.
-
-PREINSTALL_FILES = $(TMPINSTALL_FILES)
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@
-