kbuild: remove TMPO from try-run
[sfrench/cifs-2.6.git] / scripts / Makefile.compiler
index 3f2f3665216fbc8fc76ddd379884388c573ae9c8..86ecd2ac874c394104e2c7d2aa32735941ba8c0b 100644 (file)
@@ -21,7 +21,6 @@ TMPOUT = $(if $(KBUILD_EXTMOD),$(firstword $(KBUILD_EXTMOD))/).tmp_$$$$
 # automatically cleaned up.
 try-run = $(shell set -e;              \
        TMP=$(TMPOUT)/tmp;              \
-       TMPO=$(TMPOUT)/tmp.o;           \
        mkdir -p $(TMPOUT);             \
        trap "rm -rf $(TMPOUT)" EXIT;   \
        if ($(1)) >/dev/null 2>&1;      \