Makefile: Remove headers as dependency for binary target.
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user