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
- Lines: 9
- Date:
2004-04-14 06:05:40.000000000 -0700
- Orig file:
linux-2.4.25/lib/Makefile
- Orig date:
2003-11-28 10:26:21.000000000 -0800
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)