Moved the execution of the cleandirs rule.

This commit is contained in:
Janet B. Anderson
2000-06-20 19:04:21 +00:00
parent 3c44955ad5
commit 3d0f5c8af2

View File

@@ -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)); \