patch-2.4.26 linux-2.4.26/lib/Makefile

Next file: linux-2.4.26/lib/crc32.c
Previous file: linux-2.4.26/kernel/fork.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/lib/Makefile linux-2.4.26/lib/Makefile
@@ -42,7 +42,7 @@
 crc32.o: crc32table.h
 
 gen_crc32table: gen_crc32table.c
-	$(HOSTCC) $(HOSTCCFLAGS) -o $@ $<
+	$(HOSTCC) $(HOSTCFLAGS) -o $@ $<
 
 crc32table.h: gen_crc32table
 	./$< > $@

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)