]> granicus.if.org Git - re2c/commitdiff
- Applied #1339483 Avoid rebuilds of re2c when running subtargets
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 27 Oct 2005 18:28:25 +0000 (18:28 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Thu, 27 Oct 2005 18:28:25 +0000 (18:28 +0000)
CHANGELOG
Makefile.am

index 51f9522362e4acc31c67af7503c072855156d973..49fa8d65e2abbec0195eafa2feada83c2610e1c3 100644 (file)
--- 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)
index fdca673964260c7ae8b4a548782438a063c7b2ba..3f204688193b112083ae4befd66e629058ebf4d8 100755 (executable)
@@ -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