mirror of
https://github.com/ctm/syn68k.git
synced 2025-02-20 11:28:58 +00:00
Fixed so we can build in our source directory (make distcheck doesn't check that).
This commit is contained in:
parent
aab2017cf7
commit
88219957db
@ -128,5 +128,12 @@ syn68k.c mapindex.c mapinfo.c profileinfo.gz: ../syngen/syngen syn68k_header.c 6
|
|||||||
gzip -1f profileinfo
|
gzip -1f profileinfo
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
-rm -rf native 68k.defines.scm 68k.scm mapinfo.c syn68k.c mapindex.c \
|
-rm -rf mapinfo.c syn68k.c mapindex.c \
|
||||||
profileinfo.gz syn68k_header.c bucket.c
|
profileinfo.gz bucket.c native/i386/asmdata.h \
|
||||||
|
native/i386/i386-isa.h native/i386/subdir-stmp \
|
||||||
|
native/i386/host-xlate.c native/i386/src-stmp \
|
||||||
|
native/i386/i386_stubs native/i386/template \
|
||||||
|
native/i386/host-xlate.h native/i386/xlate
|
||||||
|
if [ "$(srcdir)" != "." ]; then \
|
||||||
|
rm -f 68k.scm syn68k_header.c 68k.defines.scm; \
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user