Skip to content
Snippets Groups Projects
Commit 02e4f55d authored by ram's avatar ram
Browse files

Add DEPEND_FLAGS hack for broken header file lossage.

parent c70ef2dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment