1.0.15.35: fix bitrotted GC sanity checks
[sbcl.git] / src / runtime / Config.x86-bsd
index f066acd..685fdbc 100644 (file)
@@ -1,3 +1,4 @@
+# -*- makefile -*- for the C-level run-time support for SBCL
 # configuration stuff shared between various *BSD OSes 
 
 # This software is part of the SBCL system. See the README file for
 ASSEM_SRC = x86-assem.S 
 ARCH_SRC = x86-arch.c
 
-OS_SRC = bsd-os.c os-common.c undefineds.c x86-bsd-os.c
-OS_LIBS = -lm # -ldl
+OS_SRC = bsd-os.c x86-bsd-os.c
+OS_LIBS = # -ldl
 
 GC_SRC = gencgc.c
+
+# Nothing to do for after-grovel-headers.
+.PHONY: after-grovel-headers
+after-grovel-headers: