From 3794062ab1a13442b06f6d76c54dce51ffa54697 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 29 Nov 2016 15:09:35 +0100 Subject: Remove Plan 9 support Supporting the system was a nice joke for the 9 release, but it has run its course. Nowadays Plan 9 receives no testing and has no practical usefulness. --- tests/checkasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/checkasm/Makefile') diff --git a/tests/checkasm/Makefile b/tests/checkasm/Makefile index dbd7393c59..639a08e0a6 100644 --- a/tests/checkasm/Makefile +++ b/tests/checkasm/Makefile @@ -34,7 +34,7 @@ OBJDIRS += $(CHECKASMDIRS) CHECKASM := tests/checkasm/checkasm$(EXESUF) -$(CHECKASM): $(EXEOBJS) $(CHECKASMOBJS) $(FF_STATIC_DEP_LIBS) +$(CHECKASM): $(CHECKASMOBJS) $(FF_STATIC_DEP_LIBS) $(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $(CHECKASMOBJS) $(FF_STATIC_DEP_LIBS) $(EXTRALIBS) checkasm: $(CHECKASM) -- cgit v1.2.3