summaryrefslogtreecommitdiff
path: root/dmake
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-04-13 21:25:34 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-04-13 21:28:01 +0200
commitadaa6ee5ea7852ecaf3a43ee8f0a908a54c8650a (patch)
tree632abc223a9cd1df24cbd3ded8bcde737bc0f541 /dmake
parent9758b9aaf0909b94bd8845a694f1a775fe18777b (diff)
we don't care about what didn't work in dmake version we can't build with
Diffstat (limited to 'dmake')
-rw-r--r--dmake/rulparse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmake/rulparse.c b/dmake/rulparse.c
index b5cb72e65f77..add3362ed909 100644
--- a/dmake/rulparse.c
+++ b/dmake/rulparse.c
@@ -299,9 +299,11 @@ int *state;
}
/* More than one percent target didn't work with prior versions. */
+#if 0
if( (percent > 1) && !(op & R_OP_OR) )
Warning( "Prior to dmake 4.5 only one\n"
"%%-target per target-definition worked reliably. Check your makefiles.\n" );
+#endif
if( !attr && targets == NIL(CELL) ) {
Fatal( "Missing targets or attributes in rule" );