summaryrefslogtreecommitdiffstats
path: root/c/src/tests/automake/host.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/automake/host.am')
-rw-r--r--c/src/tests/automake/host.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/tests/automake/host.am b/c/src/tests/automake/host.am
deleted file mode 100644
index b7033e3df0..0000000000
--- a/c/src/tests/automake/host.am
+++ /dev/null
@@ -1,14 +0,0 @@
-## $Id$
-
-## NOTE: This is a temporary work-around to keep
-## RTEMS's non automake standard make targets working.
-## Once automake is fully integrated these make targets
-## and this file will probably be removed
-
-preinstall-am: $(PREINSTALL_FILES)
-preinstall: preinstall-am
-.PHONY: preinstall preinstall-am
-
-depend-am:
-depend: depend-am
-.PHONY: depend depend-am