openbsd-ports/multimedia/kguitar/patches/patch-Makefile_in
landry aa348cb1b6 Import kguitar 0.5.1, from MAINTAINER Pascal Stumpf.
KGuitar project was started for developing an efficient and easy-to-use
environment for a guitarist. There are many tasks that guitarists do
every day and that can be made easier to do when using computer.
Examples of such tasks include finding of chord fingerings, writing &
reading tabulatures, converting classic note score to the tabulature
form and vice versa, transposition of the whole song or its parts and
many others.

with tweaks and ok jasper@
2011-08-31 18:35:02 +00:00

23 lines
685 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2011/08/31 18:35:02 landry Exp $
--- Makefile.in.orig Wed Jan 16 21:24:30 2008
+++ Makefile.in Tue Aug 23 14:59:40 2011
@@ -327,7 +327,7 @@ MAINTAINERCLEANFILES = subdirs configure.in acinclude.
SUBDIRS = $(TOPSUBDIRS)
#>- all: config.h
#>+ 1
-all: docs-am config.h
+all: docs-am
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
@@ -436,9 +436,6 @@ $(RECURSIVE_TARGETS):
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
- if test "$$dot_seen" = "no"; then \
- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
- fi; test -z "$$fail"
$(RECURSIVE_CLEAN_TARGETS):
@failcom='exit 1'; \