(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:
Thien-Thi Nguyen 2000-04-12 08:04:53 +00:00
commit 812078fadb

View file

@ -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 \