freebsd-ports/net/dgd/files/patch-src-comp-Makefile
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

12 lines
383 B
Text

--- src/comp/Makefile.orig 2013-08-03 12:44:56.000000000 -0700
+++ src/comp/Makefile 2013-08-03 12:45:14.000000000 -0700
@@ -52,6 +52,9 @@
../kfun/comp::
cd ../kfun; $(MAKE) 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' comp
+../host/comp::
+ cd ../host; $(MAKE) 'CC=$(CC)' 'CCFLAGS=$(CCFLAGS)' comp
+
../host/sub::
cd ../host; $(MAKE) 'CC=$(CC)' 'HOST=$(HOST)' 'CCFLAGS=$(CCFLAGS)' sub