X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-bsd;h=685fdbce962fe49fa358b45daaf6fb846f842ff3;hb=0bce9320787ec158000514620f3b7122642861b1;hp=f066acd37fe6b1acb3b45be30db841c66799de4d;hpb=506253505641855dc8bb87033f7af894904f848b;p=sbcl.git diff --git a/src/runtime/Config.x86-bsd b/src/runtime/Config.x86-bsd index f066acd..685fdbc 100644 --- a/src/runtime/Config.x86-bsd +++ b/src/runtime/Config.x86-bsd @@ -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 @@ -12,7 +13,11 @@ 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: