eeshow/Makefile: rebuild version.o only when linking; don't use .PHONY on it

This commit is contained in:
Werner Almesberger
2016-08-20 07:40:56 -03:00
parent 654c97e89e
commit 12c9c6bb4c
+1 -2
View File
@@ -48,12 +48,11 @@ endif
include ../common/Makefile.c-common
.PHONY: test neo900 sch test testref png pngref pdf diff view newref
.PHONY: version.c
all:: $(NAME)
$(NAME): $(OBJS)
$(MAKE) version.o
$(MAKE) -B version.o
$(CC) -o $(NAME) $(OBJS) $(LDLIBS)
help.inc: $(HELP_TEXT) Makefile