summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-02-21 22:32:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-02-21 22:32:28 +0000
commitda718c5555fde9b713424bf95331b3ac44b78370 (patch)
tree9fe227c02198082aa73edd53f18582336cb27f66
parent6d80bc72a944d452d74ed5093d561656edd1bac6 (diff)
downloadATCD-da718c5555fde9b713424bf95331b3ac44b78370.tar.gz
ChangeLogTag:Wed Feb 21 19:27:14 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
-rw-r--r--ACE/bin/MakeProjectCreator/templates/gnu.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
index 9addec0506a..0600efcd80b 100644
--- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd
@@ -606,7 +606,7 @@ idl_stubs: $(ADDITIONAL_IDL_TARGETS)
# This assignment forces make to run the idl_stubs
# target before building any of the source files.
-FORCED_IDL_STUBS = <%source_files%>
+FORCED_IDL_STUBS = <%source_files%> <%if(pch_source)%>$(ACE_PCH_SOURCE)<%endif%>
<%foreach(custom_types)%>
<%foreach(custom_type->input_files)%>
<%if(custom_type->input_file->source_output_files)%>