patch-1.3.9 linux/ipc/Makefile

Next file: linux/ipc/msg.c
Previous file: linux/include/linux/ultrasound.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.8/linux/ipc/Makefile linux/ipc/Makefile
@@ -11,8 +11,6 @@
 	$(CC) $(CFLAGS) -c $<
 .s.o:
 	$(AS) -o $*.o $<
-.c.s:
-	$(CC) $(CFLAGS) -S $<
 
 OBJS	=  util.o 
 SRCS	=  util.c
@@ -29,11 +27,5 @@
 	$(CPP) -M $(SRCS) > .depend
 
 modules:
-dummy:
 
-#
-# 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