X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tools-for-build%2FMakefile;h=db33d7dc84e3af298c1ad3f06811541e4da1953a;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=d4caad33642fdf566f7058ea430028552da10b58;hpb=435b7acd186484b1eed5ab615c43bcc1701fcd6c;p=sbcl.git diff --git a/tools-for-build/Makefile b/tools-for-build/Makefile index d4caad3..db33d7d 100644 --- a/tools-for-build/Makefile +++ b/tools-for-build/Makefile @@ -7,7 +7,11 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -all: grovel_headers determine-endianness +-include ../src/runtime/Config + +CPPFLAGS=-I../src/runtime + +all: grovel-headers determine-endianness where-is-mcontext clean: - rm -f *.o grovel_headers determine-endianness + rm -f *.o grovel-headers determine-endianness where-is-mcontext