From 29553ff887ffdba76f76b19a7dc501de48a119b8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 6 Jul 2012 14:12:04 -0500 Subject: [PATCH] Removed empty src/std/test directory. --- src/std/Makefile | 1 - src/std/test/Makefile | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 src/std/test/Makefile 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...