diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-11-18 04:04:12 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-11-18 04:04:12 +0000 |
commit | 7e2fa65b61dcd6ab05b5c718433c16d0a8999385 (patch) | |
tree | 8515bd6344b5479ae017844f5db9f49465245fa1 /databases/libdbi/files | |
parent | d6f43008322eddab25018c5690060fbc6d25c1ec (diff) | |
download | ports-7e2fa65b61dcd6ab05b5c718433c16d0a8999385.tar.gz ports-7e2fa65b61dcd6ab05b5c718433c16d0a8999385.zip |
Notes
Diffstat (limited to 'databases/libdbi/files')
-rw-r--r-- | databases/libdbi/files/patch-Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/libdbi/files/patch-Makefile.in b/databases/libdbi/files/patch-Makefile.in index d829153ee232..9b734cac9993 100644 --- a/databases/libdbi/files/patch-Makefile.in +++ b/databases/libdbi/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Jun 15 09:45:17 2002 -+++ Makefile.in Sat Oct 5 21:18:07 2002 -@@ -92,7 +92,7 @@ +--- Makefile.in.orig Thu Oct 30 10:24:07 2003 ++++ Makefile.in Thu Oct 30 10:24:15 2003 +@@ -88,7 +88,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip --SUBDIRS = src include doc drivers tests -+SUBDIRS = src include drivers tests +-SUBDIRS = src include doc ++SUBDIRS = src include - - #m4datadir = $(datadir)/aclocal + EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README.win32 README.osx TODO libdbi.spec.in config.h.in Makefile.w32 autogen.sh + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |