From: helly Date: Thu, 27 Oct 2005 18:28:25 +0000 (+0000) Subject: - Applied #1339483 Avoid rebuilds of re2c when running subtargets X-Git-Tag: 0.13.6~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e28e5d4c50a884599be1d87be2be376aa5277f78;p=re2c - Applied #1339483 Avoid rebuilds of re2c when running subtargets --- diff --git a/CHANGELOG b/CHANGELOG index 51f95223..49fa8d65 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ Version 0.9.11 (????-??-??) --------------------------- +- Applied #1339483 Avoid rebuilds of re2c when running subtargets. - Implemented #1335305 symbol table reimplementation, just slightly modifed. Version 0.9.10 (2005-09-04) diff --git a/Makefile.am b/Makefile.am index fdca6739..3f204688 100755 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ man_MANS = re2c.1 #CXXFLAGS = -O2 -Wall -I. -Wno-unused -Wno-parentheses -Wno-deprecated YFLAGS = -d -RE2C = re2c +RE2C = re2c$(EXEEXT) RE2CFLAGS = -s CLEANFILES = parser.cc y.tab.c y.tab.h parser.cc re2c.1 .version