Use RUN_IN_TEMPDIR in Makefile.am
authorGuido Trotter <ultrotter@google.com>
Wed, 7 Oct 2009 14:40:46 +0000 (15:40 +0100)
committerGuido Trotter <ultrotter@google.com>
Mon, 26 Oct 2009 10:17:53 +0000 (06:17 -0400)
Since we have this variable and use it in other places, remove the only
leftover hardcoded place.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>

Makefile.am

index f799d61..93e1814 100644 (file)
@@ -201,7 +201,7 @@ EXTRA_DIST = \
        autotools/build-bash-completion \
        autotools/check-python-code \
        autotools/docbook-wrapper \
-       autotools/run-in-tempdir \
+       $(RUN_IN_TEMPDIR) \
        daemons/ganeti-cleaner.in \
        devel/upload.in \
        $(docdot) \