From 6b6ef887936eb6fe0dc46eaa77b77be3748487de Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 25 Jan 1996 21:29:42 +0000 Subject: [PATCH] base/rec=>base/db base/include now installed --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a52cbb31f..984c5b79d 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ # install because the release.% syntax is illegal. # # $Log$ +# Revision 1.24 1995/08/17 20:14:59 jba +# Added base/tools scripts functionality to base/Makefile, removed scripts +# Moved base/tools/MakeRelease to base dir. +# # Revision 1.23 1995/02/13 15:00:09 jba # Changed include file from CONFIG_SITE to CONFIG # @@ -138,7 +142,8 @@ release.%: uninstall.%: @echo "TOP: Uninstalling $* " - @rm -rf ./bin/$* ./lib/$* rec.bak rec + @rm -rf ./bin/$* ./lib/$* db include + @rm -rf rec.bak rec clean.%: @echo "TOP: Cleaning $* "