ea9f23e0c1
- drop sun flavor. - don't USE_GMAKE. - use gettext module. suggestions from naddy@. ok naddy@, espie@.
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
$OpenBSD: patch-app_Makefile_in,v 1.2 2002/05/30 09:08:28 wcobb Exp $
|
|
--- app/Makefile.in.orig Mon May 20 13:51:13 2002
|
|
+++ app/Makefile.in Tue May 21 19:22:46 2002
|
|
@@ -436,7 +436,7 @@ check-am: all-am
|
|
check: check-recursive
|
|
installcheck-am:
|
|
installcheck: installcheck-recursive
|
|
-install-exec-am: install-binPROGRAMS install-exec-local
|
|
+install-exec-am: install-binPROGRAMS
|
|
install-exec: install-exec-recursive
|
|
|
|
install-data-am:
|
|
@@ -499,23 +499,12 @@ dvi-recursive mostlyclean-recursive dist
|
|
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
|
|
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
|
|
dvi-am dvi check check-am installcheck-am installcheck \
|
|
-install-exec-local install-exec-am install-exec install-data-am \
|
|
+install-exec-am install-exec install-data-am \
|
|
install-data install-am install uninstall-am uninstall all-redirect \
|
|
all-am all installdirs-am installdirs mostlyclean-generic \
|
|
distclean-generic clean-generic maintainer-clean-generic clean \
|
|
mostlyclean distclean maintainer-clean
|
|
|
|
-
|
|
-install-exec-local:
|
|
- chown root.root $(bindir)/soundtracker
|
|
- chmod +s $(bindir)/soundtracker
|
|
- @echo ""
|
|
- @echo "***"
|
|
- @echo "*** Installing SoundTracker suid root."
|
|
- @echo "*** This improves sound responsivity, but may be a security risk"
|
|
- @echo "*** if this is a multi-user machine. See file INSTALL."
|
|
- @echo "***"
|
|
- @echo ""
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|