freebsd-ports/devel/cccc/files/patch-makefile
Rong-En Fan 102f1f624b - Update to 3.1.4
PR:		ports/102864
Submitted by:	Marcus von Appen <mva at sysfault.org>
2006-09-07 09:31:43 +00:00

25 lines
489 B
Text

--- makefile.orig Wed Apr 25 18:30:29 2001
+++ makefile Mon Sep 4 21:17:17 2006
@@ -8,17 +8,17 @@
.PHONY : pccts cccc test install
-all : pccts cccc test install
+all : pccts cccc test
pccts :
- cd pccts ; make
+ cd pccts ; gmake
cccc :
- cd cccc ; make -f posixgcc.mak
+ cd cccc ; gmake -f posixgcc.mak
test :
- cd test ; make -f posix.mak
+ cd test ; gmake -f posix.mak
install :
- cd install ; su root -c "make -f install.mak"
+ cd install ; gmake -f install.mak