Added uninstall of INSTALL_DB dir

This commit is contained in:
Janet B. Anderson
2001-01-12 23:18:53 +00:00
parent b62f877c69
commit f8675d987e
+2 -1
View File
@@ -23,7 +23,8 @@ uninstall: $(addprefix uninstall$(DIVIDER),$(BUILD_ARCHS))
uninstallDirs:
@$(RMDIR) $(INSTALL_DBD) $(INSTALL_INCLUDE) $(INSTALL_DOC)\
$(INSTALL_HTML) $(INSTALL_JAVA) $(INSTALL_TEMPLATES)
$(INSTALL_HTML) $(INSTALL_JAVA) $(INSTALL_TEMPLATES) \
$(INSTALL_DB)
tar:
@DIRNAME=$(notdir $(shell pwd)); \