Switch to unified view
a/src/mk/commondefs | b/src/mk/commondefs | ||
---|---|---|---|
... |
... |
||
13 | 13 | ||
14 | # We happen to be using gcc on all platforms for now. Can be overridden in |
14 | # We happen to be using gcc on all platforms for now. Can be overridden in |
15 | # the sys file or localdefs |
15 | # the sys file or localdefs |
16 | SYSPICFLAGS = -fPIC -DPIC |
16 | SYSPICFLAGS = -fPIC -DPIC |
17 | 17 | ||
18 | LIBRECOLL = -L $(depth)/lib -lrecoll -Wl,-rpath=$(libdir)/recoll
|
18 | LIBRECOLL = -L$(depth)/lib -lrecoll -Wl,-rpath=$(libdir)/recoll |
19 | 19 | ||
20 | RANLIB = test -f |
20 | RANLIB = test -f |
21 | AR=ar |
21 | AR=ar |