Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3e3e64

Browse files
committed
There's a bunch of files that shouldn't be included in libpython*.a!
1 parent 37ea410 commit c3e3e64

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Parser/Makefile.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ SHELL= /bin/sh
3232
POBJS= acceler.o grammar1.o \
3333
listnode.o node.o parser.o \
3434
parsetok.o tokenizer.o bitset.o \
35-
firstsets.o grammar.o metagrammar.o pgen.o \
36-
printgrammar.o
35+
metagrammar.o
3736

3837
OBJS= $(POBJS) intrcheck.o myreadline.o
3938

4039
PGENMAIN= pgenmain.o
4140

42-
PGENOBJS= $(PGENMAIN) $(POBJS)
41+
PGOBJS= firstsets.o grammar.o pgen.o printgrammar.o
4342

44-
DOBJS= $(PGENMAIN) $(OBJS)
43+
PGENOBJS= $(PGENMAIN) $(POBJS) $(PGOBJS)
44+
45+
DOBJS= $(PGENMAIN) $(OBJS) $(PGOBJS)
4546

4647
PGEN= pgen
4748

0 commit comments

Comments
 (0)