Fix a typo (letover from autotools times) which accidentally

worked with cmake on unix but not on windows

svn path=/trunk/; revision=52384
This commit is contained in:
Jörg Mayer 2013-10-05 21:23:57 +00:00
parent 5c1eafd595
commit f303dfdd05
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ MACRO(ADD_LEMON_FILES _sources )
${_out}
COMMAND lemon
t=${_lemonpardir}/lempar.c
${srcdir}/${_in}
${_in}
DEPENDS ${_in}
)