projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a4415
)
Fix bug when using separate build directory to create symbolic link
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 2 Dec 2013 04:33:18 +0000
(23:33 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 2 Dec 2013 04:33:18 +0000
(23:33 -0500)
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index
82863a6
..
6caffd7
100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-25,13
+25,14
@@
TESTS = \
# Tell make how to generate a .sh file after a .hex file is generated:
.hex.sh:
- @ln -sf opcodes.sh $@
+ @ln -sf
$(srcdir)/
opcodes.sh $@
# Tell make how to generate a .hex file from a .asm source file.
# Warning: make distcheck will fail because asem doesn't have option to specify
# output filename (and path):
.asm.hex:
$(AS51) $<
+
else
TESTS =
endif