blob: 4063ec1a36147392ad0b66d2d61093ad4df9ae8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- ijs/Makefile.in.org 2003-11-15 19:05:26.854719405 +0100
+++ ijs/Makefile.in 2003-11-15 19:05:19.546089406 +0100
@@ -1,10 +1,10 @@
# Unix
CC=@CC@
-CFLAGS=-g -Wall -ansi -pedantic -Wmissing-prototypes
+CFLAGS=-g -Wall -ansi -pedantic -Wmissing-prototypes -fPIC
LDLIBS=
-OBJ=.@OBJEXT@
-EXE=@EXEEXT@
+OBJ=.o
+EXE=
# todo: this needs to be .dylib on OS X - write a test
SHARED_LDFLAGS=-shared
|