From 7d82ea23736136cb19e70f37543180edb25a4f48 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Tue, 26 Sep 2000 00:38:18 +0000 Subject: [PATCH] Small fix. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2947 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/optional/swig/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optional/swig/Makefile.am b/src/optional/swig/Makefile.am index 89a79b66a7..d6f0f95b46 100644 --- a/src/optional/swig/Makefile.am +++ b/src/optional/swig/Makefile.am @@ -102,7 +102,7 @@ gnucash.engine.i: ${SWIG_INPUT_HDRS} perl5_swig_annotations.i CLEANFILES += gnucash.engine.i gnucash.engine_wrap.doc gnucash-engine-perl5_wrap_int.c: gnucash.engine.i - ${SWIG} -perl5 -I.. -I${top_srcdir}/src/engine -o $@ $< + ${SWIG} -perl5 -I.. -I${top_srcdir}/src/engine -o $@ gnucash.engine.i CLEANFILES += gnucash.engine_wrap.doc gnucash-engine-perl5_wrap_int.c gnucash-engine-perl5_wrap.c: gnucash-swig-defines.c \