From 12c9c6bb4c74eed4a29cdb147e96f0f3a5d7c75b Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sat, 20 Aug 2016 07:40:56 -0300 Subject: [PATCH] eeshow/Makefile: rebuild version.o only when linking; don't use .PHONY on it --- eeshow/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eeshow/Makefile b/eeshow/Makefile index f1b9e7c..5a6d0a7 100644 --- a/eeshow/Makefile +++ b/eeshow/Makefile @@ -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