From 215308f7f41a57fe76dbdc19339d22946d6260bf Mon Sep 17 00:00:00 2001 From: kpetersn Date: Wed, 5 Aug 2020 12:39:19 -0500 Subject: [PATCH] Revert "Re-add the old dbd file until travis builds the new one" This reverts commit d2648c0e13bc8129fac9e12a1ef680fb13ba66c2. --- iocs/acsMotionIOC/acsMotionApp/src/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/iocs/acsMotionIOC/acsMotionApp/src/Makefile b/iocs/acsMotionIOC/acsMotionApp/src/Makefile index 09d1722..388f872 100644 --- a/iocs/acsMotionIOC/acsMotionApp/src/Makefile +++ b/iocs/acsMotionIOC/acsMotionApp/src/Makefile @@ -12,11 +12,6 @@ include $(TOP)/configure/CONFIG # Build the IOC application PROD_IOC = acsMotion - -# Include the old dbd file that travis appears to have cached until it builds the new one -DBD += acsMotion.dbd -acsMotion_DBD += base.dbd - # acsMotionIOC.dbd will be created and installed DBD += acsMotionIOC.dbd