mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Makefile: add $(OPT) to linking line
tokenizer.c: move tok_backup call around
This commit is contained in:
parent
ba941eba67
commit
0e3da7ba50
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ $(LIB): $(PARSEROBJS)
|
||||||
$(RANLIB) $(LIB)
|
$(RANLIB) $(LIB)
|
||||||
|
|
||||||
$(PGEN): $(PGENOBJS) $(LIB)
|
$(PGEN): $(PGENOBJS) $(LIB)
|
||||||
$(CC) $(PGENOBJS) $(LIB) -o $(PGEN)
|
$(CC) $(OPT) $(PGENOBJS) $(LIB) -o $(PGEN)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.o core *~ [@,#]* *.old *.orig *.rej
|
-rm -f *.o core *~ [@,#]* *.old *.orig *.rej
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue