|
Lines 1-33
Link Here
|
| 1 |
--- Makefile.in.orig 2018-12-20 18:48:22 UTC |
|
|
| 2 |
+++ Makefile.in |
| 3 |
@@ -49,13 +49,9 @@ TARGETS = $(TARGET_LIB) |
| 4 |
@INCLUDE_RULES@ |
| 5 |
@INCLUDE_OUTPUTS@ |
| 6 |
|
| 7 |
-ifneq ($(CC_OLD),$(CC)) |
| 8 |
- CC=$(CC_OLD) |
| 9 |
-endif |
| 10 |
+CC=$(CC_OLD) |
| 11 |
|
| 12 |
-ifneq ($(LIBTOOL_OLD),$(LIBTOOL)) |
| 13 |
- LIBTOOL=$(LIBTOOL_OLD) |
| 14 |
-endif |
| 15 |
+LIBTOOL=$(LIBTOOL_OLD) |
| 16 |
|
| 17 |
LINK = $(LIBTOOL) $(LTFLAGS) --mode=link --tag=CC $(LT_LDFLAGS) $(COMPILE) -version-info $(TCNATIVE_LIBTOOL_VERSION) $(ALL_LDFLAGS) -o $@ |
| 18 |
CLEAN_SUBDIRS = test |
| 19 |
@@ -77,13 +73,7 @@ top_blddir=@abs_builddir@ |
| 20 |
|
| 21 |
|
| 22 |
install: $(TARGET_LIB) |
| 23 |
- $(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \ |
| 24 |
- $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) |
| 25 |
- $(INSTALL_DATA) tcnative.pc $(DESTDIR)$(libdir)/pkgconfig/$(TCNATIVE_PCFILE) |
| 26 |
- $(INSTALL_DATA) $(srcdir)/include/*.h $(DESTDIR)$(includedir) |
| 27 |
- list='$(INSTALL_SUBDIRS)'; for i in $$list; do \ |
| 28 |
- ( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \ |
| 29 |
- done |
| 30 |
+ $(APR_MKDIR) $(DESTDIR)$(libdir) |
| 31 |
$(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir) |
| 32 |
|
| 33 |
$(TARGET_LIB): $(OBJECTS) |