summaryrefslogtreecommitdiff
path: root/tests/checkasm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-03-23 17:48:28 -0300
committerJames Almer <jamrial@gmail.com>2017-03-23 17:57:35 -0300
commit3ddae9eee9a8bc4c667a66a9b1db36b84edca436 (patch)
tree02c5b3dfa2b9b786c43f566a82ee8c508c67d57a /tests/checkasm
parent67b639b496268d1d2b0ec64978f754ab692c44d1 (diff)
parent93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81 (diff)
Merge commit '93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81'
* commit '93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81': build: Drop duplicate asm recipe Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/checkasm')
-rw-r--r--tests/checkasm/x86/Makefile5
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) $@