Commit 5636dd03f2e761895645dab4525363416e047da0
1 parent
42f8ef80
Exists in
master
and in
5 other branches
Movendo temporários para um diretório dentro da árvore de fontes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -52,7 +52,7 @@ BINDIR=.bin |
52 | 52 | EXEEXT=@EXEEXT@ |
53 | 53 | DBGLIB=-L../../$(BINDIR)/Debug@DLLDIR@ -l3270 |
54 | 54 | RLSLIB=-L../../$(BINDIR)/Release@DLLDIR@ -l3270 |
55 | -TMPDIR ?= .tmp | |
55 | +TMPDIR = .tmp | |
56 | 56 | GLOBAL_DEPS=$(PWD)/include/*.h $(PWD)/include/lib3270/*.h |
57 | 57 | LANG_FILES=$(wildcard po/*.po) |
58 | 58 | ... | ... |