diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-11-29 15:09:35 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-03 09:15:01 +0100 |
commit | 3794062ab1a13442b06f6d76c54dce51ffa54697 (patch) | |
tree | cba59bed8e26c9517e8a1b0e26157ab18d86b948 /tests/checkasm/Makefile | |
parent | 4a1ef543983b7480e2822f6ac281ba361d1f893d (diff) | |
download | ffmpeg-3794062ab1a13442b06f6d76c54dce51ffa54697.tar.gz |
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.
Diffstat (limited to 'tests/checkasm/Makefile')
-rw-r--r-- | tests/checkasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |