From 2876b88b8d8e802568029629e514d0be98826416 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 21 Feb 2000 19:19:49 +0000 Subject: [PATCH] when building dbCommon only look in source directory --- src/db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/Makefile b/src/db/Makefile index 013f2053a..51db3b933 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -61,4 +61,4 @@ include $(TOP)/configure/RULES dbCommon.h: ../dbCommonRecord.dbd ../dbCommon.dbd $(RM) $@ $(EPICS_BASE_HOST_BIN)/dbToRecordtypeH$(HOSTEXE) \ - $(DBDFLAGS) $< + -I .. $<