Commit 0e3da7ba authored by Guido van Rossum's avatar Guido van Rossum

Makefile: add $(OPT) to linking line

tokenizer.c: move tok_backup call around
parent ba941eba
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment