22 lines
663 B
Plaintext
22 lines
663 B
Plaintext
$OpenBSD: patch-conf_Makefile_in,v 1.1 2005/12/09 19:33:45 steven Exp $
|
|
--- conf/Makefile.in.orig Wed Sep 7 23:07:43 2005
|
|
+++ conf/Makefile.in Wed Dec 7 17:22:26 2005
|
|
@@ -213,7 +213,7 @@ install-data-am:
|
|
@$(NORMAL_INSTALL)
|
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
|
|
-install-exec-am: install-sysconfDATA
|
|
+install-exec-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
@@ -242,7 +242,7 @@ uninstall-am: uninstall-info-am uninstal
|
|
uninstall-sysconfDATA
|
|
|
|
|
|
-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 \
|