summaryrefslogtreecommitdiffstats
path: root/automake/subdirs.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/subdirs.am')
-rw-r--r--automake/subdirs.am25
1 files changed, 15 insertions, 10 deletions
diff --git a/automake/subdirs.am b/automake/subdirs.am
index cdfe3f9409..267fa24025 100644
--- a/automake/subdirs.am
+++ b/automake/subdirs.am
@@ -1,14 +1,14 @@
-# $Id$
+## $Id$
-# Borrowed from automake-1.4, adapted to support RTEMS's
-# "make debug", "make debug_install", "make profile", "make profile_install"
-
-# 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
+## Borrowed from automake-1.4, adapted to support RTEMS's
+## "make debug", "make debug_install", "make profile", "make profile_install"
+## 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
+preinstall-recursive \
debug-recursive debug_install-recursive \
profile-recursive profile_install-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
@@ -39,6 +39,11 @@ profile: profile-recursive
profile_install: profile_install-recursive
+preinstall: preinstall-recursive
+
.PHONY: \
-debug debug-recursive debug_install \
-profile profile-recursive profile_install
+debug debug-recursive \
+debug_install \
+profile profile-recursive \
+profile_install \
+preinstall preinstall-recursive