patch-2.4.2 linux/arch/s390/tools/dasdfmt/Makefile
Next file: linux/arch/s390/tools/dasdfmt/dasdfmt.8
Previous file: linux/arch/s390/mm/ioremap.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Feb 13 14:13:44 2001
-  Orig file: 
v2.4.1/linux/arch/s390/tools/dasdfmt/Makefile
-  Orig date: 
Fri May 12 11:41:45 2000
diff -u --recursive --new-file v2.4.1/linux/arch/s390/tools/dasdfmt/Makefile linux/arch/s390/tools/dasdfmt/Makefile
@@ -1,7 +1,7 @@
 all: dasdfmt
 
 dasdfmt: dasdfmt.c
-	$(CROSS_COMPILE)gcc -o $@ $^
+	$(CC) -o $@ $^
 	$(STRIP) $@
 
 clean:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)