18 lines
715 B
Plaintext
18 lines
715 B
Plaintext
$OpenBSD: patch-src_sounds_Makefile_in,v 1.3 2008/08/20 16:14:03 jasper Exp $
|
|
--- src/sounds/Makefile.in.orig Sat Aug 2 13:23:25 2008
|
|
+++ src/sounds/Makefile.in Tue Aug 5 10:27:34 2008
|
|
@@ -353,13 +353,6 @@ uninstall-soundDATA:
|
|
done
|
|
install-soundlistDATA: $(soundlist_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(soundlistdir)" || $(mkdir_p) "$(DESTDIR)$(soundlistdir)"
|
|
- @list='$(soundlist_DATA)'; for p in $$list; do \
|
|
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
- f=$(am__strip_dir) \
|
|
- echo " $(soundlistDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(soundlistdir)/$$f'"; \
|
|
- $(soundlistDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(soundlistdir)/$$f"; \
|
|
- done
|
|
|
|
uninstall-soundlistDATA:
|
|
@$(NORMAL_UNINSTALL)
|