From e03d10857cc92da7f768c9530e567e8b9ac3902b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 31 Jul 2012 14:09:02 -0500 Subject: [PATCH] tools: Delete makeDbDepends.pl from Makefile --- src/tools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/Makefile b/src/tools/Makefile index 4dfc7aa1d..5f84d49c0 100644 --- a/src/tools/Makefile +++ b/src/tools/Makefile @@ -23,7 +23,6 @@ PERL_SCRIPTS += expandVars.pl PERL_SCRIPTS += filterWarnings.pl PERL_SCRIPTS += fullPathName.pl PERL_SCRIPTS += installEpics.pl -PERL_SCRIPTS += makeDbDepends.pl PERL_SCRIPTS += makeIncludeDbd.pl PERL_SCRIPTS += makeMakefile.pl PERL_SCRIPTS += makeTestfile.pl