From 3d0f5c8af2704197eb09cd8a050cfe1ce09a3ef1 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 20 Jun 2000 19:04:21 +0000 Subject: [PATCH] Moved the execution of the cleandirs rule. --- configure/RULES_TOP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/RULES_TOP b/configure/RULES_TOP index 8ec8f00e2..9a6538580 100644 --- a/configure/RULES_TOP +++ b/configure/RULES_TOP @@ -19,12 +19,12 @@ endif distclean: clean uninstall uninstall: $(addprefix uninstall$(DIVIDER),$(BUILD_ARCHS)) + @$(MAKE) -f Makefile cleandirs uninstallDirs: @$(RMDIR) rec.bak rec @$(RMDIR) $(INSTALL_DBD) $(INSTALL_INCLUDE) $(INSTALL_DOC)\ $(INSTALL_HTML) $(INSTALL_JAVA) $(INSTALL_TEMPLATES) - @$(MAKE) -f Makefile cleandirs tar: @DIRNAME=$(notdir $(shell pwd)); \