22 lines
738 B
Plaintext
22 lines
738 B
Plaintext
$OpenBSD: patch-conf_Makefile_in,v 1.3 2007/04/07 04:56:35 steven Exp $
|
|
--- conf/Makefile.in.orig Fri Feb 9 02:26:59 2007
|
|
+++ conf/Makefile.in Sat Apr 7 06:47:48 2007
|
|
@@ -158,7 +158,7 @@ check-am: all-am
|
|
check: check-am
|
|
installcheck-am:
|
|
installcheck: installcheck-am
|
|
-install-exec-am: install-sysconfDATA
|
|
+install-exec-am:
|
|
install-exec: install-exec-am
|
|
|
|
install-data-am:
|
|
@@ -215,7 +215,7 @@ mostlyclean-generic distclean-generic clean-generic \
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
|
|
|
|
-install-data-hook: install-sysconfDATA
|
|
+install-data-hook:
|
|
@if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \
|
|
echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \
|
|
else \
|