X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fruntime%2FGNUmakefile;h=f0fbe192a39bb2ff1025a81438b414c1786b1a4d;hb=f17e3d27d7ff599f9443d011d17017a2a858c81a;hp=cfaac204c351f462e9c11eafc33cf5b58101b007;hpb=7a79c7338b8c8fb6d84a275d7c0e51ce93150059;p=sbcl.git diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index cfaac20..f0fbe19 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -23,9 +23,11 @@ NM = nm -gp DEPEND_FLAGS = -MM GREP = grep +include ../../output/prefix.def + CFLAGS = -g -Wall -Wsign-compare -O3 ASFLAGS = $(CFLAGS) -CPPFLAGS = -I. +CPPFLAGS = -I. -DSBCL_PREFIX=\"$(SBCL_PREFIX)\" # Give make access to the target Lisp features. include genesis/Makefile.features