From: Corey Farrell Date: Mon, 23 Oct 2017 18:44:36 +0000 (-0400) Subject: main/Makefile: Remove rule for non-existant testexpr2. X-Git-Tag: 13.19.0-rc1~191^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec278955a3b45772f599734c31efe19a9d232e3c;p=thirdparty%2Fasterisk.git main/Makefile: Remove rule for non-existant testexpr2. Change-Id: Ibb3e47f27a395d74d8c5263db015b05434f5969b --- diff --git a/main/Makefile b/main/Makefile index 18f1025062..8e06ce3d03 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