Commit 237eea4e authored by Robert Griesemer's avatar Robert Griesemer

- updated makefile for gccgo

R=r
OCL=17243
CL=17245
parent 693a31b8
......@@ -30,10 +30,12 @@ clean:
pretty.o: parser.o printer.o platform.o scanner.o flag.o
parser.o: ast.o scanner.o utils.o printer.o
parser.o: node.o scanner.o utils.o printer.o
scanner.o: utils.o platform.o
node.o: scanner.o
flag.o: fmt.o
$(GO) -O2 -c -g $(GOROOT)/src/lib/flag.go
......@@ -48,7 +50,7 @@ fmt.o:
PRETTY_OBJS = \
ast.o \
node.o \
pretty.o \
parser.o \
platform.o \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment