From 329e3b51778ddb61f0b4e1032dcd7932b4bfb9b0 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 19 Jan 2001 21:28:03 +0000 Subject: [PATCH] Removed extra include dirs. --- src/libCom/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 69c82e261..d7cdfa3d6 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -14,7 +14,6 @@ SRCS += bucketLib.c SRC_DIRS += $(LIBCOM)/ring #following needed for locating epicsRingPointer.h and epicsRingBytes.h -USR_CFLAGS += -I$(LIBCOM)/ring INC += epicsRingPointer.h INC += epicsRingBytes.h INC += epicsReadline.h @@ -25,7 +24,6 @@ SRCS += epicsReadline.c SRC_DIRS += $(LIBCOM)/calc #following needed for locating postfixPvt.h and sCalcPostfixPvt.h -USR_CFLAGS += -I$(LIBCOM)/calc INC += postfix.h INC += sCalcPostfix.h SRCS += postfix.c