patch-2.3.50 linux/arch/i386/boot/compressed/Makefile
Next file: linux/arch/i386/config.in
Previous file: linux/arch/i386/Makefile
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Tue Mar  7 11:04:12 2000
-  Orig file: 
v2.3.49/linux/arch/i386/boot/compressed/Makefile
-  Orig date: 
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.3.49/linux/arch/i386/boot/compressed/Makefile linux/arch/i386/boot/compressed/Makefile
@@ -33,6 +33,9 @@
 head.o: head.S
 	$(CC) $(AFLAGS) -traditional -c head.S
 
+misc.o: misc.c
+	$(CC) $(CFLAGS) -c misc.c
+
 piggy.o:	$(SYSTEM)
 	tmppiggy=_tmp_$$$$piggy; \
 	rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)