Makefile: Remove headers as dependency for binary target.
This commit is contained in:
parent
8d2b27376f
commit
0b9c9010b3
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ endif
|
||||
%.o:%.c $(HDRS)
|
||||
$(CC) -c -o $@ $< $(CFLAGS) -DVERSION=\"$(VERSION)\"
|
||||
|
||||
menu-helper: $(OBJS) $(HDRS)
|
||||
menu-helper: $(OBJS)
|
||||
$(CC) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
.PHONY: clean distclean install
|
||||
|
Loading…
x
Reference in New Issue
Block a user