Remove useless variables

This commit is contained in:
Christophe de Dinechin 2017-11-28 14:44:35 +01:00
parent 3821686b85
commit 3d95749be5
1 changed files with 0 additions and 11 deletions

View File

@ -181,17 +181,6 @@ LOG_COMMANDS= PRINT_COMMAND="true && " 2>&1 | \
endif
#------------------------------------------------------------------------------
# Progress reporting
#------------------------------------------------------------------------------
HELLO= BEGIN
HELLO_clean= CLEAN
HELLO_install= INSTALL
HELLO_test= TEST
HELLO_bench= BENCH
#------------------------------------------------------------------------------
# Build configuration and rules
#------------------------------------------------------------------------------