--- ./makefile.orig	2001-04-25 18:30:29.000000000 +0200
+++ ./makefile	2011-07-01 03:41:44.000000000 +0200
@@ -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
 
