(PARSER): Prefix w/ `$(srcdir)/'.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@409 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5116050a4d
commit
812078fadb
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ SRCS = main.cxx scanner.cxx symbol.cxx types.cxx parms.cxx \
|
|||
emit.cxx cplus.cxx lang.cxx hash.cxx \
|
||||
sstring.cxx wrapfunc.cxx typemap.cxx naming.cxx
|
||||
|
||||
PARSER = parser.yxx
|
||||
PARSER = $(srcdir)/parser.yxx
|
||||
INCLUDE = -I$(srcdir)/../Include \
|
||||
-I$(srcdir)/. \
|
||||
-I$(srcdir)/../Swig \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue