1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-30 00:35:05 +03:00

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

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