|
Lines 1-7
Link Here
|
| 1 |
--- lib/Makefile.in.orig 2009-07-13 16:56:33.000000000 -0500 |
1 |
--- lib/Makefile.in.orig 2003-03-12 16:14:41 UTC |
| 2 |
+++ lib/Makefile.in 2009-07-13 16:57:14.000000000 -0500 |
2 |
+++ lib/Makefile.in |
| 3 |
@@ -241,7 +241,7 @@ |
3 |
@@ -196,12 +196,12 @@ all: all-localdir all-subdirs |
|
|
4 |
@LITEONLY_FALSE@all-localdir: $(LIB).la $(LITELIB).la $(SAMPLES) |
| 4 |
|
5 |
|
|
|
6 |
$(LIB).la: $(OBJS) |
| 7 |
- $(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \ |
| 8 |
+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \ |
| 9 |
-version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \ |
| 10 |
-rpath $(libdir) $(OBJS) |
| 11 |
|
| 12 |
$(TESTLIB).la: $(OBJS) |
| 13 |
- $(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \ |
| 14 |
+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \ |
| 15 |
-version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \ |
| 16 |
-rpath $(libdir) $(OBJS) |
| 17 |
|
| 18 |
@@ -219,12 +219,12 @@ resconflite.lo: resconf.c |
| 19 |
-c $(srcdir)/resconf.c |
| 20 |
|
| 21 |
$(LITELIB).la: $(LITELIB_OBJS) |
| 22 |
- $(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \ |
| 23 |
+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \ |
| 24 |
-version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \ |
| 25 |
-rpath $(libdir) $(LITELIB_OBJS) |
| 26 |
|
| 27 |
$(TESTLITELIB).la: $(LITELIB_OBJS) |
| 28 |
- $(LIBTOOL) --mode=link $(LD) $(LDFLAGS) -o $@ \ |
| 29 |
+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ \ |
| 30 |
-version-info $(LIB_CURRENT):$(LIB_REVISION):$(LIB_AGE) \ |
| 31 |
-rpath $(libdir) $(LITELIB_OBJS) |
| 32 |
|
| 33 |
@@ -241,7 +241,7 @@ install: install-localdir install-subdir |
| 34 |
|
| 5 |
install-common: |
35 |
install-common: |
| 6 |
$(MKINSTALLDIRS) $(DESTDIR)$(libdir) |
36 |
$(MKINSTALLDIRS) $(DESTDIR)$(libdir) |
| 7 |
- $(LIBTOOL) $(INSTALL_DATA) $(LITELIB).la \ |
37 |
- $(LIBTOOL) $(INSTALL_DATA) $(LITELIB).la \ |
|
Lines 9-15
Link Here
|
| 9 |
$(DESTDIR)$(libdir)/$(LITELIB).la |
39 |
$(DESTDIR)$(libdir)/$(LITELIB).la |
| 10 |
-[ -f $(DESTDIR)$(libdir)/$(LITELIB).a ] \ |
40 |
-[ -f $(DESTDIR)$(libdir)/$(LITELIB).a ] \ |
| 11 |
&& $(RANLIB) $(DESTDIR)$(libdir)/$(LITELIB).a |
41 |
&& $(RANLIB) $(DESTDIR)$(libdir)/$(LITELIB).a |
| 12 |
@@ -262,7 +262,7 @@ |
42 |
@@ -262,7 +262,7 @@ install-common: |
| 13 |
|
43 |
|
| 14 |
install-nolite: |
44 |
install-nolite: |
| 15 |
$(MKINSTALLDIRS) $(DESTDIR)$(libdir) |
45 |
$(MKINSTALLDIRS) $(DESTDIR)$(libdir) |