summaryrefslogtreecommitdiff
path: root/automake/host.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 13:47:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 13:47:02 +0000
commitacd7c408f42269aa9c506dceef6635ffa77b653c (patch)
treed68f4ce0dacd5bd11f9757081cd49faa296f4c51 /automake/host.am
parentd46ec86a67fc313ac2a9b00e0ca440da4d6a0668 (diff)
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 321: * aclocal/check-bsp-cache.m4: Remove support for profile-variant. * aclocal/env-rtemsbsp.m4 * automake/compile.am * automake/host.am * automake/local.am
Diffstat (limited to 'automake/host.am')
-rw-r--r--automake/host.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/automake/host.am b/automake/host.am
index 7ace38f793..7c31aacc22 100644
--- a/automake/host.am
+++ b/automake/host.am
@@ -13,12 +13,6 @@ debug:
.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