summaryrefslogtreecommitdiffstats
path: root/automake/local.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/local.am')
-rw-r--r--automake/local.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/automake/local.am b/automake/local.am
index 51572dccc5..fa90e4c3a4 100644
--- a/automake/local.am
+++ b/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
@@ -28,8 +20,8 @@ ${ARCH}:
mkdir ${ARCH}
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
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools