]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Use $(CC) instead of gcc even when generating dependencies.
authorMartin Mares <mj@ucw.cz>
Mon, 12 Apr 1999 17:21:11 +0000 (17:21 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 12 Apr 1999 17:21:11 +0000 (17:21 +0000)
tools/Rules.in

index 271a4eca946a6ebcd98d21cf40015e7294568530..10cb8c792bcdd0299429ea3f9128518cce5b31ce 100644 (file)
@@ -59,7 +59,7 @@ endif
        $(CC) $(CFLAGS) -o $@ -c $<
 
 depend:
-       gcc $(CPPFLAGS) -MM $(addprefix $(src-path),$(source)) >depend
+       $(CC) $(CPPFLAGS) -MM $(addprefix $(src-path),$(source)) >depend
 
 ifneq ($(wildcard depend),)
 include depend