aboutsummaryrefslogtreecommitdiffstats
path: root/astman
diff options
context:
space:
mode:
Diffstat (limited to 'astman')
-rwxr-xr-xastman/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/astman/Makefile b/astman/Makefile
index 239b11b0e..9698d6280 100755
--- a/astman/Makefile
+++ b/astman/Makefile
@@ -1,4 +1,7 @@
-
+#
+# Don't use ast mm routines
+#
+CFLAGS+=-DNO_AST_MM
TARGET=$(shell if [ -f /usr/include/newt.h ]; then echo "astman"; else echo "none" ; fi)
all: $(TARGET)