diff --git a/src/std/Makefile b/src/std/Makefile index 6b63cc8f5..2065f1f4e 100644 --- a/src/std/Makefile +++ b/src/std/Makefile @@ -20,7 +20,6 @@ dbRecStd_RCS += dbRecStd.rc include $(STDDIR)/rec/Makefile include $(STDDIR)/dev/Makefile include $(STDDIR)/filters/Makefile -include $(STDDIR)/test/Makefile include $(STDDIR)/softIoc/Makefile include $(TOP)/configure/RULES diff --git a/src/std/test/Makefile b/src/std/test/Makefile deleted file mode 100644 index 1fa9d2a6e..000000000 --- a/src/std/test/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -#************************************************************************* -# Copyright (c) 2011 UChicago Argonne LLC, as Operator of Argonne -# National Laboratory. -# Copyright (c) 2002 The Regents of the University of California, as -# Operator of Los Alamos National Laboratory. -# EPICS BASE is distributed subject to a Software License Agreement found -# in file LICENSE that is included with this distribution. -#************************************************************************* - -# This is a Makefile fragment, see src/std/Makefile. - -SRC_DIRS += $(STDDIR)/test - -# Currently empty...