]> granicus.if.org Git - python/commitdiff
There's a bunch of files that shouldn't be included in libpython*.a!
authorGuido van Rossum <guido@python.org>
Sun, 9 Aug 1998 03:55:31 +0000 (03:55 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 9 Aug 1998 03:55:31 +0000 (03:55 +0000)
Parser/Makefile.in

index db61255e2c987ca8e52e024641becda651f7ad48..bf35805fdcd9f00cb6e4e150e75afdced1acad52 100644 (file)
@@ -32,16 +32,17 @@ SHELL=              /bin/sh
 POBJS=         acceler.o grammar1.o \
                listnode.o node.o parser.o \
                parsetok.o tokenizer.o bitset.o \
-               firstsets.o grammar.o metagrammar.o pgen.o \
-               printgrammar.o
+               metagrammar.o
 
 OBJS=          $(POBJS) intrcheck.o myreadline.o
 
 PGENMAIN=      pgenmain.o
 
-PGENOBJS=      $(PGENMAIN) $(POBJS)
+PGOBJS=                firstsets.o grammar.o pgen.o printgrammar.o
 
-DOBJS=         $(PGENMAIN) $(OBJS)
+PGENOBJS=      $(PGENMAIN) $(POBJS) $(PGOBJS)
+
+DOBJS=         $(PGENMAIN) $(OBJS) $(PGOBJS)
 
 PGEN=          pgen