fixed various bugs prior to 3.6 release
[unix-history] / usr / src / usr.bin / ex / Makefile
index 5e73dfd..75277b1 100644 (file)
@@ -25,7 +25,7 @@ LIBDIR=       /usr/lib
 FOLD=  ${BINDIR}/fold
 CTAGS= ${BINDIR}/ctags
 XSTR=  ${BINDIR}/xstr
 FOLD=  ${BINDIR}/fold
 CTAGS= ${BINDIR}/ctags
 XSTR=  ${BINDIR}/xstr
-DEBUGFLAGS=    -DMDEBUG -DTRACE -g
+DEBUGFLAGS=    -DTRACE -g
 NONDEBUGFLAGS= -O
 DEB=   ${NONDEBUGFLAGS}        # or ${DEBUGFLAGS} to to debug
 # NOTE: TIMEBOMB is NOT intended for production use, or even to
 NONDEBUGFLAGS= -O
 DEB=   ${NONDEBUGFLAGS}        # or ${DEBUGFLAGS} to to debug
 # NOTE: TIMEBOMB is NOT intended for production use, or even to