summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-10-25 05:24:52 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-10-25 05:24:52 -0500
commit3333e787ab8661285e0bb69ac248ff5f23f23c43 (patch)
treeffa6e4d13d7ca7287824bde40a2da0471edafa6e
parent0bbd26e49d2f851f29ea79c82b8960cb648ccaa8 (diff)
parentee21076151b02562af847156ad5545b77ced68f0 (diff)
Merge "main/Makefile: Remove rule for non-existant testexpr2."
-rw-r--r--main/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/Makefile b/main/Makefile
index e64aace26..968f74658 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -142,12 +142,6 @@ endif
ast_expr2f.o: _ASTCFLAGS+=-Wno-unused
cdr.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)
-testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
- $(CC) -g -c -Iinclude -DSTANDALONE ast_expr2f.c
- $(CC) -g -c -Iinclude -DSTANDALONE ast_expr2.c
- $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm
- rm ast_expr2.o ast_expr2f.o
-
ifneq ($(LIBEDIT_INTERNAL),no)
LIBEDIT_OBJ=editline/libedit.a
LIBEDIT_INCLUDE=-I. -Ieditline