Removes what appear to be unused and/or unnecessary environment variables passed to make.
Signed-off-by: Russell Senior <[email protected]> --- batctl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/batctl/Makefile b/batctl/Makefile index 7a34957..eef22ec 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -49,9 +49,7 @@ MAKE_BATCTL_ENV += \ MAKE_BATCTL_ARGS += \ REVISION="" \ - CC="$(TARGET_CC)" \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - batctl install + batctl define Build/compile -- 1.8.1.2 -- Russell Senior, President [email protected]
