Skip to content

Commit

Permalink
Fix generated file problems with YACC/LEX.
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidWallOfCode committed Oct 9, 2014
1 parent 0999715 commit ae573e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tsconfig/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ if BUILD_TSCONFIG_GRAMMAR
libtsconfig_la_SOURCES += TsConfigGrammar.y TsConfigSyntax.l
else
libtsconfig_la_SOURCES += TsConfigGrammar.c TsConfigGrammar.h TsConfigSyntax.c

# Prevent automatic rules from firing if invalid.
TsConfigSyntax.c: ;
TsConfigGrammar.h: ;
TsConfigGrammar.c: ;

endif

test_tsconfig_SOURCES = test-tsconfig.cc
Expand Down

0 comments on commit ae573e9

Please sign in to comment.