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)
|
%.o:%.c $(HDRS)
|
||||||
$(CC) -c -o $@ $< $(CFLAGS) -DVERSION=\"$(VERSION)\"
|
$(CC) -c -o $@ $< $(CFLAGS) -DVERSION=\"$(VERSION)\"
|
||||||
|
|
||||||
menu-helper: $(OBJS) $(HDRS)
|
menu-helper: $(OBJS)
|
||||||
$(CC) -o $@ $^ $(LDFLAGS)
|
$(CC) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
.PHONY: clean distclean install
|
.PHONY: clean distclean install
|
||||||
|
Loading…
Reference in New Issue
Block a user