From 02e4f55dddc834863f3736b0b66dd3d59421b5d3 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sat, 29 Oct 1994 05:11:09 +0000 Subject: [PATCH] Add DEPEND_FLAGS hack for broken header file lossage. --- lisp/Config.sun4_solaris_gcc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/Config.sun4_solaris_gcc b/lisp/Config.sun4_solaris_gcc index 3a754cf23..f20e9ae77 100644 --- a/lisp/Config.sun4_solaris_gcc +++ b/lisp/Config.sun4_solaris_gcc @@ -5,11 +5,10 @@ CFLAGS = -g # Needed for sys/asm_linkage.h and sparc-assem.S (at least in 2.3) # Note that the sys/asm_linkage.h braindamage breaks make depend ASFLAGS = -g -traditional-cpp +DEPEND_FLAGS = -traditional-cpp NM = ./solaris-nm ASSEM_SRC = sparc-assem.S ARCH_SRC = sparc-arch.c OS_SRC = sunos-os.c os-common.c OS_LINK_FLAGS= OS_LIBS= -lsocket -lnsl -ldl - -vpath /home/casper/cmucl/src/17e/lisp -- GitLab