patch-1.3.9 linux/drivers/char/Makefile
Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/block/mcdx.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/drivers/char/Makefile
- Orig date:
Fri Jun 16 22:02:54 1995
diff -u --recursive --new-file v1.3.8/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -9,8 +9,6 @@
# parent makes..
#
-.c.s:
- $(CC) $(CFLAGS) -S $<
.s.o:
$(AS) -c -o $*.o $<
.c.o:
@@ -108,17 +106,10 @@
$(CPP) -M -DMODULE $(MODULES:.o=.c) >> .depend
endif
-dummy:
-
conmakehash: conmakehash.c
$(HOSTCC) -o conmakehash conmakehash.c
uni_hash_tbl.h: $(FONTMAPFILE) conmakehash
./conmakehash $(FONTMAPFILE) 641 283 6 > uni_hash_tbl.h
-#
-# include a dependency file if one exists
-#
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this