summaryrefslogtreecommitdiffstats
path: root/automake/local.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/local.am')
-rw-r--r--automake/local.am21
1 files changed, 15 insertions, 6 deletions
diff --git a/automake/local.am b/automake/local.am
index b1d7613684..80a7453cd7 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -1,9 +1,9 @@
-# $Id$
+## $Id$
-# NOTE: This is a temporary work-around to keep
-# "make debug" and "make debug_install" working.
-# Once automake is fully integrated these make targets
-# and this file will probably be removed
+## NOTE: This is a temporary work-around to keep
+## "make debug" and "make debug_install" working.
+## Once automake is fully integrated these make targets
+## and this file will probably be removed
debug-am:
@@ -13,6 +13,8 @@ debug_install-am:
debug_install: debug_install-am
+.PHONY: debug debug_install debug-am
+
profile-am:
@@ -22,5 +24,12 @@ profile_install-am:
profile_install: profile_install-am
+.PHONY: profile profile_install profile-am
+
+
+preinstall-am:
+
+preinstall: preinstall-am
+
+.PHONY: preinstall preinstall-am
-.PHONY: debug debug_install profile profile_install