Skip to content
Snippets Groups Projects
Commit 08952e8b authored by pmai's avatar pmai
Browse files

Corrected missing bits in the previous commit.

parent 31ab2fdd
No related branches found
No related tags found
No related merge requests found
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.19 2003/03/02 18:55:57 toy Exp $
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/GNUmakefile,v 1.20 2003/03/03 13:46:42 pmai Exp $
all: lisp.nm
CC = gcc
DEPEND = $(CC) -MM -E
DEPEND_FLAGS =
include Config
......@@ -54,7 +55,7 @@ clean:
depend: Depends
Depends: ${SRCS}
$(CC) -MM -E ${DEPEND_FLAGS} ${CFLAGS} ${CPPFLAGS} $? > ,depends
$(DEPEND) ${DEPEND_FLAGS} ${CFLAGS} ${CPPFLAGS} $? > ,depends
mv ,depends Depends
include Depends
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