Makefile: add $(OPT) to linking line

tokenizer.c: move tok_backup call around
This commit is contained in:
Guido van Rossum 1994-08-29 10:44:10 +00:00
parent ba941eba67
commit 0e3da7ba50
1 changed files with 1 additions and 1 deletions

View 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