summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonesc <jonesc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-11-09 12:54:40 +0000
committerjonesc <jonesc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-11-09 12:54:40 +0000
commitaaa10a33b0a9a9dc8c64623c94ea57c56b710455 (patch)
tree6eb8656fec7a4e50fc5f2f27cd43b4a032562ed2
parent0aef948f024a768d32af6c817386ede0e13f8d27 (diff)
downloadATCD-aaa10a33b0a9a9dc8c64623c94ea57c56b710455.tar.gz
Wed Nov 9 12:49:11 UTC 2011 Chip Jones <jonesc@ociweb.com>
* bin/MakeProjectCreator/templates/gnu.mpd: Added conditional so that IDL_DEPS does not print when empty.
-rw-r--r--ChangeLog9
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 47199b62bb5..1fc637a7613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+Wed Nov 9 12:49:11 UTC 2011 Chip Jones <jonesc@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Added conditional so that IDL_DEPS does not print
+ when empty.
+
Wed Nov 9 03:34:28 UTC 2011 Chip Jones <jonesc@ociweb.com>
* bin/MakeProjectCreator/templates/gnu.mpd:
- Added blank line between IDL_DEPS and VPATH
+ Added blank line between IDL_DEPS and VPATH
Mon Nov 7 16:41:08 UTC 2011 Chip Jones <jonesc@ociweb.com>
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index 3e51f629353..b5a864b09ef 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -68,11 +68,13 @@ FILES = \
<%endfor%>
<%endif%>
+<%if(idl_files)%>
IDL_DEPS = \
<%foreach(idl_files)%>
<%idl_file%><%fornotlast(" \\")%>
<%endfor%>
+<%endif%>
<%vpath%>
#----------------------------------------------------------------------------
# Include macros and targets