Changed Linux makedepend flag from -MM to -M

This commit is contained in:
Don BURNS
2002-04-16 21:39:45 +00:00
parent b02cc80533
commit b76888ffb9

View File

@@ -151,7 +151,7 @@ ifeq (x$(CXX),x)
else
C++ = $(CXX)
endif
DEPARG = -MM
DEPARG = -M
INC +=
DEF += -W -Wall
OPTF = -O2