From b9e6fbf0c8e39afe1210ef6a9a6899c544e5a48e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 8 Mar 2018 01:14:52 +0100 Subject: [PATCH] Pass the tests again --- tests/script/Makefile.NetBSD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/Makefile.NetBSD b/tests/script/Makefile.NetBSD index 208ac55..e7278ea 100644 --- a/tests/script/Makefile.NetBSD +++ b/tests/script/Makefile.NetBSD @@ -23,7 +23,7 @@ clean: $(RM) -- $(test_OBJS) $(disabled_OBJS) $(phony_OBJS) ./script.sh -c -P "/somewhere/else" -- "$(OBJDIR)test" ./script.sh -c -P "$(PREFIX)" -- "$(OBJDIR)disabled" - ./script.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phony" + ./script.sh -c -P "$(PREFIX)" -- "phony" distclean: clean $(RM) -- $(TARGETS)