mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
11 lines
674 B
Text
11 lines
674 B
Text
--- Makefile.in.orig Thu Feb 15 06:51:14 2007
|
|
+++ Makefile.in Wed Apr 11 11:04:49 2007
|
|
@@ -180,7 +180,7 @@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
-SUBDIRS = src include @docs_subdirs@
|
|
+SUBDIRS = src include
|
|
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README.win32 README.osx TODO NEWS libdbi.spec.in config.h.in Makefile.w32 autogen.sh drivers/example/AUTHORS drivers/example/Makefile.am drivers/example/README drivers/example/TODO drivers/example/.cvsignore drivers/example/dbd_example.c drivers/example/dbd_example.h drivers/example/dbd_example.sgml
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|