11 lines
744 B
Plaintext
11 lines
744 B
Plaintext
--- Makefile.in.orig 2003-12-10 17:45:44.000000000 +0100
|
|
+++ Makefile.in 2004-01-14 18:20:00.000000000 +0100
|
|
@@ -216,7 +216,6 @@ install: all @ON_WINDOWS@ wininst
|
|
@NOT_ON_WINDOWS@ $(LIBTOOL) --mode=install $(INSTALL) libpcre.la $(DESTDIR)$(LIBDIR)/libpcre.la
|
|
@NOT_ON_WINDOWS@ echo "$(LIBTOOL) --mode=install $(INSTALL) libpcreposix.la $(DESTDIR)$(LIBDIR)/libpcreposix.la"
|
|
@NOT_ON_WINDOWS@ $(LIBTOOL) --mode=install $(INSTALL) libpcreposix.la $(DESTDIR)$(LIBDIR)/libpcreposix.la
|
|
-@NOT_ON_WINDOWS@ $(LIBTOOL) --finish $(DESTDIR)$(LIBDIR)
|
|
$(mkinstalldirs) $(DESTDIR)$(INCDIR)
|
|
$(INSTALL_DATA) pcre.h $(DESTDIR)$(INCDIR)/pcre.h
|
|
$(INSTALL_DATA) $(top_srcdir)/pcreposix.h $(DESTDIR)$(INCDIR)/pcreposix.h
|