[Redbutton-devel] SF.net SVN: redbutton: [373] redbutton-author/trunk/Makefile
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-09-12 12:48:00
|
Revision: 373
http://redbutton.svn.sourceforge.net/redbutton/?rev=373&view=rev
Author: skilvington
Date: 2007-09-12 05:47:58 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
don't rebuild more than we need to
Modified Paths:
--------------
redbutton-author/trunk/Makefile
Modified: redbutton-author/trunk/Makefile
===================================================================
--- redbutton-author/trunk/Makefile 2007-09-10 16:10:10 UTC (rev 372)
+++ redbutton-author/trunk/Makefile 2007-09-12 12:47:58 UTC (rev 373)
@@ -26,11 +26,9 @@
${YACC} -b ccc -d ccc.y
${CC} ${CFLAGS} ${DEFS} -o ccc lex.ccc.c ccc.tab.c asn1type.o
-lex.parser.o parser.o parser.h: parser.l.* parser.c.* parser.h.* tokens.h.* grammar ccc
+lex.parser.c parser.c parser.h: parser.l.* parser.c.* parser.h.* tokens.h.* grammar ccc
cat grammar | ./ccc -l parser.l -p parser.c -h parser.h -t tokens.h
${LEX} -i -t parser.l > lex.parser.c
- ${CC} ${CFLAGS} ${DEFS} -c lex.parser.c
- ${CC} ${CFLAGS} ${DEFS} -c parser.c
.c.o:
${CC} ${CFLAGS} ${DEFS} -c $<
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|