freebsd-ports/www/suphp/files/patch-Makefile.in
Pav Lucistnik a7ffb3b0d0 - Avoid make -C fixing build on FreeBSD 4.8 and older
- Expand CONFLICTS
- Style

PR:		ports/73226
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer)
2004-10-28 18:29:16 +00:00

9 lines
228 B
Text

--- Makefile.in.orig Tue Jul 13 02:43:40 2004
+++ Makefile.in Wed Oct 27 23:10:27 2004
@@ -17,5 +17,5 @@
srcdir='$(srcdir)'
all install clean:
- @$(MAKE) $(MAKEDEFS) -C src $@
+ cd src && $(MAKE) $(MAKEDEFS) $@