From a9be8957bcb93aa42a30390694fbda9c3bc60cd9 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 18 Jun 2013 11:19:34 -0500 Subject: [PATCH] rec: Remove now unnecessary RULES file --- src/std/rec/RULES | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/std/rec/RULES diff --git a/src/std/rec/RULES b/src/std/rec/RULES deleted file mode 100644 index 702ff7009..000000000 --- a/src/std/rec/RULES +++ /dev/null @@ -1,15 +0,0 @@ -#************************************************************************* -# Copyright (c) 2011 The University of Chicago, 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. - -$(COMMON_DIR)/stdRecords.dbd: - $(RM) $@ - $(PERL) $(TOOLS)/makeIncludeDbd.pl $(stdRecords_DBD) $@ -