mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
Set variable to nothing instead of using undefine, which is not available before make 3.82
This commit is contained in:
parent
5c117bcfe3
commit
29a09cc56f
@ -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:
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user