summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/local.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/automake/local.am')
-rw-r--r--cpukit/automake/local.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index 90418b29b8..0cdbdb50b1 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/automake/local.am
@@ -8,14 +8,6 @@ debug:
.PHONY: debug
-profile:
- @echo
- @echo "\"make profile\" is obsolete, instead use:"
- @echo " make VARIANT=PROFILE"
- @echo
-
-.PHONY: profile
-
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
@@ -25,6 +17,6 @@ depend: depend-am
.PHONY: depend depend-am depend-gcc
clean-local:
- $(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)
- $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp Depends-o-profile.tmp
+ $(RM) -r o-optimize o-debug $(CLEANDIRS)
+ $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp