2010-02-18 16:46:10 +01:00
|
|
|
$NetBSD: patch-am,v 1.4 2010/02/18 15:46:10 taca Exp $
|
2006-01-08 18:43:58 +01:00
|
|
|
|
2010-02-18 16:46:10 +01:00
|
|
|
--- extra/Makefile.in.orig 2010-01-15 09:53:39.000000000 +0000
|
|
|
|
+++ extra/Makefile.in
|
|
|
|
@@ -445,10 +445,7 @@ LDADD = @CLIENT_EXTRA_LDFLAGS@ ../mysys/
|
2007-05-21 06:39:59 +02:00
|
|
|
../dbug/libdbug.a ../strings/libmystrings.a \
|
|
|
|
$(ZLIB_LIBS)
|
2006-01-08 18:43:58 +01:00
|
|
|
|
|
|
|
-BUILT_SOURCES = $(top_builddir)/include/mysqld_error.h \
|
|
|
|
- $(top_builddir)/include/sql_state.h \
|
|
|
|
- $(top_builddir)/include/mysqld_ername.h
|
2007-05-21 06:39:59 +02:00
|
|
|
-
|
2006-01-08 18:43:58 +01:00
|
|
|
+BUILT_SOURCES =
|
|
|
|
pkginclude_HEADERS = $(BUILT_SOURCES)
|
2007-03-11 19:42:27 +01:00
|
|
|
DISTCLEANFILES = $(BUILT_SOURCES)
|
2007-05-21 06:39:59 +02:00
|
|
|
# We never use SUBDIRS here, but needed for automake 1.6.3
|