Fix make-array transforms.
[sbcl.git] / tools-for-build / Makefile
index e6756b6..7a4c16f 100644 (file)
@@ -7,11 +7,16 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-include ../src/runtime/Config
+-include genesis/Makefile.features
+-include Config
 
-CPPFLAGS=-I../src/runtime
+CPPFLAGS:=-I../src/runtime
+LDFLAGS:=$(LDFLAGS)
+LDLIBS:=$(OS_LIBS)
 
-all: grovel_headers determine-endianness
+all: grovel-headers determine-endianness where-is-mcontext \
+        modify-ldt-struct-name sigaction-sa-nodefer-works-test
 
-clean: 
-       rm -f *.o grovel_headers determine-endianness
+clean:
+       rm -f *.o grovel-headers determine-endianness where-is-mcontext \
+                modify-ldt-structure-name sigaction-sa-nodefer-works-test