From d0f989bafef1f514b02fff4f94ce1eb6d30ab6b3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 1 Jul 2018 04:18:52 +0200 Subject: [PATCH] Pass the tests again --- tests/command/Makefile.NetBSD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/command/Makefile.NetBSD b/tests/command/Makefile.NetBSD index 4578edd..8659c27 100644 --- a/tests/command/Makefile.NetBSD +++ b/tests/command/Makefile.NetBSD @@ -1,4 +1,4 @@ -TARGETS = phony target xinstall +TARGETS = phony $(OBJDIR)target $(OBJDIR)xinstall RM = rm -f LN = ln -f MKDIR = mkdir -m 0755 -p @@ -10,10 +10,10 @@ all: $(TARGETS) phony: exit 42 -target: +$(OBJDIR)target: $(MAKE) command -xinstall: +$(OBJDIR)xinstall: $(MAKE) command clean: