]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Change the file holding the dependencies to ".depend".
authorhydra <hydra>
Mon, 31 Jul 2000 11:58:11 +0000 (11:58 +0000)
committerhydra <hydra>
Mon, 31 Jul 2000 11:58:11 +0000 (11:58 +0000)
This is about the best choice of all, and hopefully - this will
be the last change to which filename we use.  :)

common/Makefile
examples/Makefile
mpc8xx/Makefile
ppc/Makefile
tools/Makefile
tqm8xx/Makefile

index b27b0bd16c68bbb7ca1a4143a9902e1163d3c1fe..91ecf6ca8ef00ec15fd70513d258c6abd0b7c2a1 100644 (file)
@@ -39,11 +39,11 @@ clean:
        rm -f $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak Makefile.dep
+       rm -f $(LIB) core *.bak .depend
 
-Makefile.dep: Makefile $(OBJS:.o=.c)
+.depend: Makefile $(OBJS:.o=.c)
        $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
 
-depend dep: Makefile.dep
+depend dep: .depend
 
-sinclude Makefile.dep
+sinclude .depend
index 3baef9e50f088cde499c75bac3ea60094b98d7cd..1d61cee71baa09852b5b6e24c5a05b937bb4ea49 100644 (file)
@@ -37,7 +37,7 @@ clean:
        rm -f $(OBJS)
 
 distclean:     clean
-       rm -f $(SREC) $(SREC:.srec=) core *.bak Makefile.dep
+       rm -f $(SREC) $(SREC:.srec=) core *.bak .depend
 
 #########################################################################
 
@@ -47,9 +47,9 @@ distclean:    clean
 
 #########################################################################
 
-Makefile.dep: Makefile $(OBJS:.o=.c)
+.depend: Makefile $(OBJS:.o=.c)
        $(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
 
-depend dep: Makefile.dep
+depend dep: .depend
 
-sinclude Makefile.dep
+sinclude .depend
index 7bf4d5b5951f90a5d0e3f78574e8407d529f80ea..71b052584f3d41d050dd3f071c744b2294b44bc4 100644 (file)
@@ -39,11 +39,11 @@ clean:
        rm -f $(START) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak Makefile.dep
+       rm -f $(LIB) core *.bak .depend
 
-Makefile.dep: Makefile $(START:.o=.S) $(OBJS:.o=.c)
+.depend: Makefile $(START:.o=.S) $(OBJS:.o=.c)
        $(CC) -M $(CFLAGS) $(START:.o=.S) $(OBJS:.o=.c) > $@
 
-depend dep: Makefile.dep
+depend dep: .depend
 
-sinclude Makefile.dep
+sinclude .depend
index 7ff6564855cbcdcf4eab0308cc3ec25c4dcbb42d..489cd0b180965e9b3d5bfca2d1f57455a08c61b0 100644 (file)
@@ -39,11 +39,11 @@ clean:
        rm -f $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak Makefile.dep
+       rm -f $(LIB) core *.bak .depend
 
-Makefile.dep: Makefile $(AOBJS:.o=.S) $(COBJS:.o=.c)
+.depend: Makefile $(AOBJS:.o=.S) $(COBJS:.o=.c)
        $(CC) -M $(CFLAGS) $(AOBJS:.o=.S) $(COBJS:.o=.c) > $@
 
-depend dep: Makefile.dep
+depend dep: .depend
 
-sinclude Makefile.dep
+sinclude .depend
index 8d35872bc003b63493e031a8e23d7a2328abbd82..666a6514feb83ae01d632803f0fd368095869c21 100644 (file)
@@ -53,11 +53,11 @@ clean:
        rm -f $(OBJS)
 
 distclean:     clean
-       rm -f $(BINS) core *.bak Makefile.dep
+       rm -f $(BINS) core *.bak .depend
 
-Makefile.dep: Makefile $(OBJS:.o=.c)
+.depend: Makefile $(OBJS:.o=.c)
        $(CC) -M $(CPPFLAGS) -I../include $(OBJS:.o=.c) > $@
 
-depend dep: Makefile.dep
+depend dep: .depend
 
-sinclude Makefile.dep
+sinclude .depend
index 971f0a8fa6534440e18ad7c4154c2f47d5c8a64e..b5fe35e15cfb7a81931ac6fe0613709739e7ec16 100644 (file)
@@ -34,13 +34,13 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak Makefile.dep
+       rm -f $(LIB) core *.bak .depend
 
 #########################################################################
 
-Makefile.dep: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
+.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
        $(CC) -M $(CFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
 
-depend dep: Makefile.dep
+depend dep: .depend
 
-sinclude Makefile.dep
+sinclude .depend