2009-10-11 16:33:36 +00:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.7 2009/10/11 16:33:36 ajacoutot Exp $
|
|
|
|
--- Makefile.in.orig Sun Oct 11 18:21:53 2009
|
|
|
|
+++ Makefile.in Sun Oct 11 18:21:53 2009
|
|
|
|
@@ -688,13 +688,6 @@ uninstall-info: uninstall-info-recursive
|
2001-08-11 15:31:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
install-data-local:
|
2003-05-18 16:57:18 +00:00
|
|
|
- $(mkinstalldirs) $(ETC)
|
|
|
|
- if test ! -f $(ETC)/freetds.conf; then \
|
2002-09-12 00:12:48 +00:00
|
|
|
- $(INSTALL_DATA) $(srcdir)/freetds.conf $(ETC)/freetds.conf; \
|
|
|
|
- fi
|
2003-05-18 16:57:18 +00:00
|
|
|
- if test ! -f $(ETC)/locales.conf; then \
|
2002-09-12 00:12:48 +00:00
|
|
|
- $(INSTALL_DATA) $(srcdir)/locales.conf $(ETC)/locales.conf; \
|
2001-08-11 15:31:43 +00:00
|
|
|
- fi
|
|
|
|
|
2009-08-01 14:11:19 +00:00
|
|
|
clean-local:
|
|
|
|
find . \( -name \*.test_output -o -name \*.bb -o -name \*.bbg -o -name \*.da -o -name \*.gc\* \) -exec rm -f {} \;
|