From ecb2755e06e5ac69f79b05b63e42c5c827032e16 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 13:44:03 +0000 Subject: Patch from Ralf Corsepius to address this: > * RTEMS's 'make depend' isn't a standard automake make target and is not > supported in automake supported subdirectories. --- automake/local.am | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'automake/local.am') diff --git a/automake/local.am b/automake/local.am index 80a7453cd7..c7c5f26b95 100644 --- a/automake/local.am +++ b/automake/local.am @@ -1,35 +1,34 @@ ## $Id$ ## NOTE: This is a temporary work-around to keep -## "make debug" and "make debug_install" working. +## RTEMS's non automake standard make targets working. ## Once automake is fully integrated these make targets ## and this file will probably be removed debug-am: - debug: debug-am +.PHONY: debug debug-am debug_install-am: - debug_install: debug_install-am - -.PHONY: debug debug_install debug-am - +.PHONY: debug_install debug_install-am profile-am: - profile: profile-am +.PHONY: profile profile-am profile_install-am: - profile_install: profile_install-am - -.PHONY: profile profile_install profile-am - +.PHONY: profile_install profile_install-am preinstall-am: - preinstall: preinstall-am - .PHONY: preinstall preinstall-am +clobber-am: +clobber: clobber-am +.PHONY: clobber clobber-am + +depend-am: +depend: depend-am +.PHONY: depend depend-am -- cgit v1.2.3