tweak the deabug option

This commit is contained in:
Richard Frith-Macdonald 2018-03-21 14:02:47 +00:00
parent f6f9483076
commit ee968e6eff

View file

@ -71,10 +71,10 @@ check::
export ADDITIONAL_LIB_DIRS;\
export LD_LIBRARY_PATH;\
export PATH;\
if [ "$(DEBUG)" = "" ]; then \
gnustep-tests base;\
else \
if [ "$(debug)" = "yes" ]; then \
gnustep-tests --debug base;\
else \
gnustep-tests base;\
fi; \
)