summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-29 20:23:33 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-29 20:23:33 +0000
commit599db7b4775759233716070d395bf3e072e808a4 (patch)
tree4e242ae475160582c5222df42a952b73a8a71e8a /python
parent300b281a6df66390db742859a8f6b63db181835b (diff)
downloadlasso-599db7b4775759233716070d395bf3e072e808a4.tar.gz
lasso-599db7b4775759233716070d395bf3e072e808a4.tar.xz
lasso-599db7b4775759233716070d395bf3e072e808a4.zip
don't use $< since it fails with BSD make.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index fbeb918b..3fbb04ff 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -17,7 +17,7 @@ _lasso_la_LDFLAGS = -no-undefined -module -avoid-version
endif
endif
lasso_wrap.c lasso.py: $(top_srcdir)/swig/Lasso.i $(top_srcdir)/swig/Lasso-wsf.i
- $(SWIG) -v -python -module lasso -o lasso_wrap.c $<
+ $(SWIG) -v -python -module lasso -o lasso_wrap.c $(top_srcdir)/swig/Lasso.i
SWIG_OUTPUTS = lasso_wrap.c lasso.py