From b134b996865a741613059696a9dfb1876e0f72aa Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 16 Jan 1997 19:01:28 +0000 Subject: [PATCH] Uninstall now removes dbd and doc directories. --- config/RULES_TOP | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/RULES_TOP b/config/RULES_TOP index aa2d0840e..f9821ddfc 100644 --- a/config/RULES_TOP +++ b/config/RULES_TOP @@ -6,7 +6,8 @@ include $(TOP)/config/RULES_DIRS uninstall$(DIVIDER)%:: @$(RMDIR) $(INSTALL_LOCATION_BIN)/$* $(INSTALL_LOCATION_LIB)/$* \ - $(INSTALL_LOCATION)/dbd $(INSTALL_MAN) $(INSTALL_INCLUDE) + $(INSTALL_LOCATION)/dbd $(INSTALL_MAN) $(INSTALL_INCLUDE) \ + $(INSTALL_DOC) $(INSTALL_DBD) @$(RMDIR) rec.bak rec uninstall:: $(addprefix uninstall$(DIVIDER),$(BUILD_ARCHS))