diff options
author | H. Peter Anvin <hpa@trantor.hos.anvin.org> | 2009-01-04 16:48:07 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@trantor.hos.anvin.org> | 2009-01-04 16:48:07 -0800 |
commit | edf5615957148ea51734526108ecee8e068d9c60 (patch) | |
tree | 7f4628196e5838bedf543d2cf626f438ddcc6174 /tools/Makefile | |
parent | ea3de73710780b88fbf792e5d364c55485a4ce6a (diff) | |
download | abc80-edf5615957148ea51734526108ecee8e068d9c60.tar.gz abc80-edf5615957148ea51734526108ecee8e068d9c60.tar.xz abc80-edf5615957148ea51734526108ecee8e068d9c60.zip |
tools/Makefile: need .SUFFIXES
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
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): |