openbsd-ports/audio/vagalume/patches/patch-Makefile_in

28 lines
819 B
Plaintext
Raw Normal View History

2010-03-20 12:57:30 -04:00
$OpenBSD: patch-Makefile_in,v 1.2 2010/03/20 16:57:30 jasper Exp $
2010-03-20 12:57:30 -04:00
Force-disable running automake when we're using gmake..
2010-03-20 12:57:30 -04:00
--- Makefile.in.orig Fri Feb 5 11:49:02 2010
+++ Makefile.in Fri Feb 5 11:50:08 2010
@@ -394,20 +394,6 @@ all: config.h
.SUFFIXES:
am--refresh:
- @:
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
- cd $(srcdir) && $(AUTOMAKE) --foreign \
- && exit 0; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \