mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
makefile: remove redundant dep
This commit is contained in:
parent
25fe2cda34
commit
988e4755f4
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ $(srcdir)/symbols_list2.h: $(srcdir)/symbols_list.h Makefile
|
|||
# This reduces the overhead of jumping to other functions
|
||||
#
|
||||
apply.c: $(DPP)
|
||||
apply.o: apply.c $(HFILES) $(HDIR)/cs.h
|
||||
apply.o: apply.c $(HFILES)
|
||||
$(CC) $(CFLAGS) apply.c -o $@
|
||||
#
|
||||
# These files are interrelated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue