mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 03:38:05 +02:00
eeshow/Makefile: rebuild version.o only when linking; don't use .PHONY on it
This commit is contained in:
parent
654c97e89e
commit
12c9c6bb4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user