2005-12-26 14:15:21 -05:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.5 2005/12/26 19:15:22 sturm Exp $
|
|
|
|
--- Makefile.in.orig Wed Mar 30 02:51:55 2005
|
|
|
|
+++ Makefile.in Mon Dec 26 13:16:21 2005
|
|
|
|
@@ -576,13 +576,6 @@ uninstall-info: uninstall-info-recursive
|
2001-08-11 11:31:43 -04:00
|
|
|
|
|
|
|
|
|
|
|
install-data-local:
|
2003-05-18 12:57:18 -04:00
|
|
|
- $(mkinstalldirs) $(ETC)
|
|
|
|
- if test ! -f $(ETC)/freetds.conf; then \
|
2002-09-11 20:12:48 -04:00
|
|
|
- $(INSTALL_DATA) $(srcdir)/freetds.conf $(ETC)/freetds.conf; \
|
|
|
|
- fi
|
2003-05-18 12:57:18 -04:00
|
|
|
- if test ! -f $(ETC)/locales.conf; then \
|
2002-09-11 20:12:48 -04:00
|
|
|
- $(INSTALL_DATA) $(srcdir)/locales.conf $(ETC)/locales.conf; \
|
2001-08-11 11:31:43 -04:00
|
|
|
- fi
|
|
|
|
|
2005-12-26 14:15:21 -05:00
|
|
|
# do not uninstall configuration files (they may have been changed)
|
2003-05-18 12:57:18 -04:00
|
|
|
@DISTCHECK_BUILD_TRUE@uninstall-local:
|