[openfirmware] r1303 - clients/memtest86

svn at openfirmware.info svn at openfirmware.info
Thu Aug 20 08:15:14 CEST 2009


Author: wmb
Date: 2009-08-20 08:15:13 +0200 (Thu, 20 Aug 2009)
New Revision: 1303

Modified:
   clients/memtest86/Makefile
Log:
Minor change in Makefile for memtest86 to avoid build problems from
case-insensitive filesystems.





Modified: clients/memtest86/Makefile
===================================================================
--- clients/memtest86/Makefile	2009-08-19 19:30:38 UTC (rev 1302)
+++ clients/memtest86/Makefile	2009-08-20 06:15:13 UTC (rev 1303)
@@ -104,12 +104,9 @@
 controller.s: controller.c defs.h config.h test.h pci.h controller.h
 	$(CC) -S $(CCFLAGS) -fPIC controller.c
 
-head.s: head.S
-	$(CC) $(DEFINES) -E -m32 -traditional $< -o $@
+head.o: head.S
+	$(CC) $(DEFINES) -c -m32 -traditional $< -o $@
 
-head.o: head.s
-	$(AS) -o $@ $<
-
 makedefs: makedefs.c defs.h
 	 $(CC) $(CCFLAGS) makedefs.c -o $@
 




More information about the openfirmware mailing list