Set variable to nothing instead of using undefine, which is not available before make 3.82

This commit is contained in:
dbankieris 2016-09-26 11:25:15 -05:00
parent 5c117bcfe3
commit 29a09cc56f

View File

@ -88,7 +88,7 @@ TRICK_CFLAGS += $(TRICKIFY_CXX_FLAGS)
TRICK_CXXFLAGS += $(TRICKIFY_CXX_FLAGS)
# Ensure we can process all headers
undefine TRICK_EXT_LIB_DIRS
TRICK_EXT_LIB_DIRS :=
# While it would be nice to invoke the implicit archiving rule via a target like:
#