aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@trantor.hos.anvin.org>2009-01-04 16:48:07 -0800
committerH. Peter Anvin <hpa@trantor.hos.anvin.org>2009-01-04 16:48:07 -0800
commitedf5615957148ea51734526108ecee8e068d9c60 (patch)
tree7f4628196e5838bedf543d2cf626f438ddcc6174 /tools/Makefile
parentea3de73710780b88fbf792e5d364c55485a4ce6a (diff)
downloadabc80-edf5615957148ea51734526108ecee8e068d9c60.tar.gz
abc80-edf5615957148ea51734526108ecee8e068d9c60.tar.xz
abc80-edf5615957148ea51734526108ecee8e068d9c60.zip
tools/Makefile: need .SUFFIXES
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e165044..6f017ce 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,6 +9,8 @@ O = o
X =
endif
+.SUFFIXES: .c .$(O) $(X)
+
all : abcprintd$(X) z80asm z80dis$(X)
.c.$(O):