opnsense-ports/net/dgd/files/patch-src-comp-Makefile
Franco Fichtner 05ec040734 */*: sync with upstream
Taken from: FreeBSD
2015-05-23 07:42:34 +02: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