author | Camm Maguire <camm@debian.org> | 2002年01月24日 18:43:09 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2002年01月24日 18:43:09 +0000 |
commit | 5900e9c99705cab0a1251640f901b26f87e2645d (patch) | |
tree | ef825e7c20e0437b642038605dbd5cd59892c2c8 | |
parent | b57b857431f416cac3dd18c2cef66b99f8f3059e (diff) | |
download | gcl-unlabeled-1.9.2.tar.gz |
-rw-r--r-- | gcl/unixport/makefile | 5 |
diff --git a/gcl/unixport/makefile b/gcl/unixport/makefile index 59c3c92b1..299a74c02 100644 --- a/gcl/unixport/makefile +++ b/gcl/unixport/makefile @@ -81,12 +81,12 @@ MACHINE=386-linux LBINDIR=/usr/local/bin -OFLAG = -g +OFLAG = -g -Wall #OFLAG = -O #LIBS = -lm #ODIR_DEBUG= -O4 -ODIR_DEBUG= -g +ODIR_DEBUG= -g -Wall # This CC string will be used for compilation of the system, # and also in the compiler::*cc* variable for later compilation of @@ -168,6 +168,7 @@ LSPOBJS = $(LSPDIR)/defmacro.o $(LSPDIR)/evalmacros.o $(LSPDIR)/top.o \ $(LSPDIR)/seq.o $(LSPDIR)/seqlib.o $(LSPDIR)/trace.o \ $(LSPDIR)/sloop.o $(LSPDIR)/debug.o \ $(LSPDIR)/serror.o $(LSPDIR)/info.o $(LSPDIR)/destructuring_bind.o \ + $(LSPDIR)/defpackage.o $(LSPDIR)/make_defpackage.o \ $(addprefix $(LSPDIR)/,$(RL_OBJS)) CMPOBJS = $(CMPDIR)/cmpinline.o $(CMPDIR)/cmputil.o $(CMPDIR)/cmptype.o \ |