adc0afef3e
- build the ODBC library
18 lines
625 B
Plaintext
18 lines
625 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.6 2009/08/01 14:11:19 sthen Exp $
|
|
--- Makefile.in.orig Wed May 7 23:59:24 2008
|
|
+++ Makefile.in Thu Oct 30 14:17:32 2008
|
|
@@ -687,13 +687,6 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
|
|
install-data-local:
|
|
- $(mkinstalldirs) $(ETC)
|
|
- if test ! -f $(ETC)/freetds.conf; then \
|
|
- $(INSTALL_DATA) $(srcdir)/freetds.conf $(ETC)/freetds.conf; \
|
|
- fi
|
|
- if test ! -f $(ETC)/locales.conf; then \
|
|
- $(INSTALL_DATA) $(srcdir)/locales.conf $(ETC)/locales.conf; \
|
|
- fi
|
|
|
|
clean-local:
|
|
find . \( -name \*.test_output -o -name \*.bb -o -name \*.bbg -o -name \*.da -o -name \*.gc\* \) -exec rm -f {} \;
|