From 0e3da7ba50718820ac7b0e35be82a75334f48d0a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 29 Aug 1994 10:44:10 +0000 Subject: Makefile: add $(OPT) to linking line tokenizer.c: move tok_backup call around --- Parser/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser/Makefile.in b/Parser/Makefile.in index 899ad9289b..6a8fc219e2 100644 --- a/Parser/Makefile.in +++ b/Parser/Makefile.in @@ -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 -- cgit v1.2.1