openbsd-ports/devel/sdl-gfx/patches/patch-Makefile_in
2010-07-25 02:01:47 +00:00

36 lines
1.2 KiB
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2010/07/25 02:01:48 jolan Exp $
--- Makefile.in.orig Mon Dec 21 22:00:31 2009
+++ Makefile.in Fri Jul 9 19:46:46 2010
@@ -265,18 +265,7 @@ all: all-am
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 \
@@ -292,9 +281,9 @@ $(top_builddir)/config.status: $(top_srcdir)/configure
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: $(am__configure_deps)
- cd $(srcdir) && $(AUTOCONF)
+
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+
SDL_gfx.pc: $(top_builddir)/config.status $(srcdir)/SDL_gfx.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $@
install-libLTLIBRARIES: $(lib_LTLIBRARIES)