From 4e850b765fe0167e20abb5ee09f31829caac5d79 Mon Sep 17 00:00:00 2001 From: jonesc Date: Wed, 9 Nov 2011 17:10:43 +0000 Subject: Wed Nov 9 17:06:46 UTC 2011 Chip Jones * include/makeinclude/rules.local.GNU: Modified depend_idl.local to call depgen only if IDL_DEPS is defined. --- ChangeLog | 7 +++++++ include/makeinclude/rules.local.GNU | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1fc637a7613..2012f3125e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Nov 9 17:06:46 UTC 2011 Chip Jones + + * include/makeinclude/rules.local.GNU: + + Modified depend_idl.local to call depgen only if + IDL_DEPS is defined. + Wed Nov 9 12:49:11 UTC 2011 Chip Jones * bin/MakeProjectCreator/templates/gnu.mpd: diff --git a/include/makeinclude/rules.local.GNU b/include/makeinclude/rules.local.GNU index 034722dfed7..ae605b1455c 100644 --- a/include/makeinclude/rules.local.GNU +++ b/include/makeinclude/rules.local.GNU @@ -468,6 +468,7 @@ ifeq ($(findstring depgen.pl, $(notdir $(DEPGEN))), depgen.pl) endif depend_idl.local: $(MAKEFILE) idl_stubs.local +ifdef IDL_DEPS @$(RM) $(DEPENDENCY_FILE)_idl.old @cp $(DEPENDENCY_FILE) $(DEPENDENCY_FILE)_idl.old $(DEPGEN_ENV) $(DEPGEN) -A $(DEPEND_CMD_ARGS) -f $(DEPENDENCY_FILE) \ @@ -478,6 +479,7 @@ depend_idl.local: $(MAKEFILE) idl_stubs.local echo "GNUmakefile idl dependencies updated." ;\ fi ;\ $(RM) $(DEPENDENCY_FILE)_idl.old ; +endif depend.local: $(MAKEFILE) idl_stubs.local @$(RM) $(DEPENDENCY_FILE).old -- cgit v1.2.1