diff options
author | James Almer <jamrial@gmail.com> | 2017-03-23 17:48:28 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-03-23 17:57:35 -0300 |
commit | 3ddae9eee9a8bc4c667a66a9b1db36b84edca436 (patch) | |
tree | 02c5b3dfa2b9b786c43f566a82ee8c508c67d57a /tests/checkasm/x86 | |
parent | 67b639b496268d1d2b0ec64978f754ab692c44d1 (diff) | |
parent | 93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81 (diff) | |
download | ffmpeg-3ddae9eee9a8bc4c667a66a9b1db36b84edca436.tar.gz |
Merge commit '93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81'
* commit '93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81':
build: Drop duplicate asm recipe
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm/x86')
-rw-r--r-- | tests/checkasm/x86/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/checkasm/x86/Makefile b/tests/checkasm/x86/Makefile index befe088dcf..e1bef76017 100644 --- a/tests/checkasm/x86/Makefile +++ b/tests/checkasm/x86/Makefile @@ -1,6 +1 @@ CHECKASMOBJS-$(HAVE_YASM) += x86/checkasm.o - -tests/checkasm/x86/%.o: tests/checkasm/x86/%.asm - $(DEPYASM) $(YASMFLAGS) -I $(<D)/ -M -o $@ $< > $(@:.o=.d) - $(YASM) $(YASMFLAGS) -I $(<D)/ -o $@ $< - -$(STRIP) $(ASMSTRIPFLAGS) $@ |