]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Makefile: add $(OPT) to linking line
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:44:10 +0000 (10:44 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:44:10 +0000 (10:44 +0000)
tokenizer.c: move tok_backup call around

Parser/Makefile.in

index 899ad9289bb331eb966568dfe5f59275877b4f0f..6a8fc219e26f33deab45115a46e9ddf52537cceb 100644 (file)
@@ -51,7 +51,7 @@ $(LIB):               $(PARSEROBJS)
                $(RANLIB) $(LIB)
 
 $(PGEN):       $(PGENOBJS) $(LIB)
-               $(CC) $(PGENOBJS) $(LIB) -o $(PGEN)
+               $(CC) $(OPT) $(PGENOBJS) $(LIB) -o $(PGEN)
 
 clean:
                -rm -f *.o core *~ [@,#]* *.old *.orig *.rej