summaryrefslogtreecommitdiffstats
path: root/dmake/dmake.c
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:22:57 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:22:57 +0000
commit27dd1670c927b59f22c869a9a791d4684f451da8 (patch)
tree20eee37a0b5c7c5c2d087a2aa0fc396673ad406a /dmake/dmake.c
parentINTEGRATION: CWS dmake45 (1.23.2); FILE MERGED (diff)
downloadcore-27dd1670c927b59f22c869a9a791d4684f451da8.tar.gz
core-27dd1670c927b59f22c869a9a791d4684f451da8.zip
INTEGRATION: CWS dmake45 (1.6.2); FILE MERGED
2006/05/03 21:47:14 vq 1.6.2.1: #i64869# Fix various parsing problems of target definitions and add code comments.
Diffstat (limited to 'dmake/dmake.c')
-rw-r--r--dmake/dmake.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/dmake/dmake.c b/dmake/dmake.c
index 4a957ff8c08c..212593d8a602 100644
--- a/dmake/dmake.c
+++ b/dmake/dmake.c
@@ -1,6 +1,6 @@
/* $RCSfile: dmake.c,v $
--- $Revision: 1.6 $
--- last change: $Author: hr $ $Date: 2006-04-20 11:59:05 $
+-- $Revision: 1.7 $
+-- last change: $Author: ihi $ $Date: 2006-06-29 11:22:57 $
--
-- SYNOPSIS
-- The main program.
@@ -324,6 +324,7 @@ char **argv;
Parse_macro( p, (q[-1]!='+')?M_PRECIOUS:M_DEFAULT );
}
else {
+ /* Register the following parameter as the to be build target. */
register CELLPTR cp;
targets = DmStrAdd( targets, DmStrDup(p), TRUE );
Add_prerequisite(Targets, cp = Def_cell(p), FALSE, FALSE);