From 40f4e7b461c13ffc27864f5be7b8fadc01ab857c Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 12 Apr 2000 08:04:53 +0000 Subject: [PATCH] (PARSER): Prefix w/ `$(srcdir)/'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@409 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/SWIG1.1/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SWIG1.1/Makefile.in b/Source/SWIG1.1/Makefile.in index ff604df1d..404ce643b 100644 --- a/Source/SWIG1.1/Makefile.in +++ b/Source/SWIG1.1/Makefile.in @@ -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 \