summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
Diffstat (limited to 'automake')
-rw-r--r--automake/local.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/automake/local.am b/automake/local.am
index fa90e4c3a4..cfd96cf048 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -16,12 +16,4 @@ depend-am:
depend: depend-am
.PHONY: depend depend-am
-${ARCH}:
- mkdir ${ARCH}
-
-clean-local:
- $(RM) -r o-optimize o-debug $(CLEANDIRS)
- $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp
-
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
-