summaryrefslogtreecommitdiffstats
path: root/automake/host.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/host.am')
-rw-r--r--automake/host.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/automake/host.am b/automake/host.am
deleted file mode 100644
index 7ace38f793..0000000000
--- a/automake/host.am
+++ /dev/null
@@ -1,28 +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
-
-debug:
- @echo
- @echo "\"make debug\" is obsolete, instead use:"
- @echo " make VARIANT=DEBUG"
- @echo
-
-.PHONY: debug
-
-profile:
- @echo
- @echo "\"make profile\" is obsolete, instead use:"
- @echo " make VARIANT=PROFILE"
- @echo
-
-preinstall-am: $(PREINSTALL_FILES)
-preinstall: preinstall-am
-.PHONY: preinstall preinstall-am
-
-depend-am:
-depend: depend-am
-.PHONY: depend depend-am