mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Use $(CC) instead of gcc even when generating dependencies.
This commit is contained in:
parent
620c4f90c9
commit
113694892e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user