blob: a16f374050bffcdffbd3767bd7d758e36f2e3361 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- depend.orig Fri Oct 13 15:26:31 2000
+++ depend Tue Oct 17 17:46:26 2000
@@ -1,4 +1,4 @@
-SWIGINC= ../py_ext
+SWIGINC= .
OBJS+= ming_wrap.o
@@ -7,7 +7,7 @@
ming_wrap.o: ming_wrap.c
ming_wrap.c: ${SWIGINC}/blocklist.i ${SWIGINC}/blocktypes.i ${SWIGINC}/ming.i ${SWIGINC}/swf.i
- swig -I${SWIGINC} -ruby ${SWIGINC}/ming.i
+ ${SWIG} -I${SWIGINC} -ruby ${SWIGINC}/ming.i
clean: clean_local
|