vendor: Drop unused variables from Makefile.in

We did define those, but in the places where they could have been used,
the @VARIABLE@ syntax was used instead, so we can just drop those.
This commit is contained in:
Clemens Lang
2020-06-06 16:46:03 +02:00
committed by Joshua Root
parent 8896e19eab
commit f75a24e54c
Generated Vendored
-5
View File
@@ -1,11 +1,6 @@
TCL_SUBDIR= @VENDOR_TCL_SUBDIR@
TCL_TARGETS= @VENDOR_TCL_INSTALL@
TCLX_SUBDIR= @VENDOR_TCLX_SUBDIR@
TCLX_TARGETS= @VENDOR_TCLX_INSTALL@
TCLLIB_SUBDIR= @VENDOR_TCLLIB_SUBDIR@
TCLLIB_TARGETS= @VENDOR_TCLLIB_INSTALL@
PREFIX= @prefix@
DESTROOT= @abs_top_builddir@/vendor/vendor-destroot