blob: cddae01421c242dd28b50b32753b2309a59840de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur pcre++-0.9.5.orig/Makefile.in pcre++-0.9.5/Makefile.in
--- pcre++-0.9.5.orig/Makefile.in 2004-08-24 16:38:03.000000000 -0700
+++ pcre++-0.9.5/Makefile.in 2004-09-05 16:16:58.818627842 -0700
@@ -77,7 +77,7 @@
STRIP = @STRIP@
VERSION = @VERSION@
-SUBDIRS = libpcre++ doc examples test
+SUBDIRS = libpcre++
bin_SCRIPTS = pcre++-config
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|