summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-12-04 03:18:48 +0000
committerTim Peters <tim.peters@gmail.com>2001-12-04 03:18:48 +0000
commit1ca12961579c6a27597fc95b610b01af37734827 (patch)
treeada4e6065f27ec8f8260a8799009188913abcd87 /Makefile.pre.in
parentdb5a93cd6adcdf21ade2d7299a42cbeb475e656f (diff)
downloadcpython-git-1ca12961579c6a27597fc95b610b01af37734827.tar.gz
The parser doesn't need its own implementation of assert, and having its
own interfered with including Python.h. Remove Python's assert.h.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1ad8a6ce58..68ad6e3a47 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -407,7 +407,6 @@ $(PGEN): $(PGENOBJS)
$(CC) $(OPT) $(PGENOBJS) $(LIBS) -o $(PGEN)
Parser/grammar.o: $(srcdir)/Parser/grammar.c \
- $(srcdir)/Parser/assert.h \
$(srcdir)/Include/token.h \
$(srcdir)/Include/grammar.h
Parser/metagrammar.o: $(srcdir)/Parser/metagrammar.c