From db1b36ff15efa85d7a799046fa3e3591063f1953 Mon Sep 17 00:00:00 2001
From: Jeong Han Lee <jeonghan.lee@gmail.com>
Date: Tue, 8 May 2018 16:17:39 +0200
Subject: [PATCH] remove expr.c in main e3-require

---
 require.Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/require.Makefile b/require.Makefile
index 3b29f970..d4933b9e 100644
--- a/require.Makefile
+++ b/require.Makefile
@@ -16,7 +16,7 @@ SOURCES += require.c
 DBDS    += require.dbd
 SOURCES += runScript.c
 DBDS    += runScript.dbd
-SOURCES += expr.c
+#SOURCES += expr.c
 
 SOURCES += dbLoadTemplate.y
 DBDS    += dbLoadTemplate.dbd
@@ -31,7 +31,7 @@ HEADERS += require.h
 # We need to find the Linux link.h before the EPICS link.h
 USR_INCLUDES_Linux=-idirafter $(EPICS_BASE)/include 
 
-USR_CFLAGS += -DT_A='"${T_A}"'
+#USR_CFLAGS += -DT_A='"${T_A}"'
 
 # This should really go into some global WIN32 config file
 USR_CFLAGS_WIN32 += /D_WIN32_WINNT=0x501
-- 
GitLab