aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/Makefile')
-rw-r--r--bootstrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Makefile b/bootstrap/Makefile
index e4076d9..0f4718c 100644
--- a/bootstrap/Makefile
+++ b/bootstrap/Makefile
@@ -120,7 +120,7 @@ COMPILER_SOURCES = \
all: $(builddir)/stage2
$(OBJECTS): $(srcdir)/compiler.h
out.o outcommon.o outdecl.o outexpr.o outstmt.o: $(srcdir)/out.h
-ast.o funccall.o main.o out.o parsedecl.o parseexpr.o parsestmt.o \
+funccall.o main.o out.o parsedecl.o parseexpr.o parsestmt.o \
token.o typechk.o: $(srcdir)/token.h
$(RTL_OBJECTS): $(RTL_C_HEADERS)