Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / Config.alpha-osf1
index 7ad95d6..3d6ad9f 100644 (file)
@@ -37,5 +37,12 @@ OS_CLEAN_FILES += $(ASSEM_SRC)
 
 OS_SRC = osf1-os.c alpha-osf1-os.c
 OS_LIBS = #-ldl
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 GC_SRC = cheneygc.c
+
+# Nothing to do for after-grovel-headers.
+.PHONY: after-grovel-headers
+after-grovel-headers: