From: Matthias Braun Date: Sun, 14 Feb 2010 23:59:20 +0000 (+0000) Subject: fix nameclash X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4c38cd011a7e7567a4cb462cd4a991d263ed0900;p=cparser fix nameclash [r27161] --- diff --git a/.build_plugin b/.build_plugin index 572ce4b..55cde41 100644 --- a/.build_plugin +++ b/.build_plugin @@ -4,7 +4,7 @@ for d in $(DIRS) { SOURCES += [ Wildcard $(d) : *.c *.h ] ; } -actions RunGenerator bind GENERATOR { +actions RunBuiltinGenerator bind GENERATOR { $(GENERATOR) $(>) > $(<) } @@ -16,7 +16,7 @@ rule BuiltinGenerator { Depends $(<) : $(target) ; Depends $(target) : $(generator) ; Depends $(target) : $(source) ; - RunGenerator $(target) : $(source) ; + RunBuiltinGenerator $(target) : $(source) ; GENERATOR on $(target) = $(generator) ; Includes $(header:G=) : $(header) ;