makefile: remove redundant dep

This commit is contained in:
Daniel Kochmański 2016-10-07 20:42:36 +02:00
parent 25fe2cda34
commit 988e4755f4

View file

@ -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