Chnges for move of config directory.

This commit is contained in:
Janet B. Anderson
1996-06-28 15:33:55 +00:00
parent e1ecb4f2e0
commit 2727281cb4
2 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#
TOP=.
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
all: install
@@ -90,12 +90,14 @@ release.%:
uninstall.%:
@echo "TOP: Uninstalling $* "
@rm -rf ./bin/$* ./lib/$* dbd include man config
@rm -rf $(INSTALL_LOCATION_BIN)/$* $(INSTALL_LOCATION_LIB)/$* \
$(INSTALL_LOCATION)/dbd $(INSTALL_MAN) $(INSTALL_INCLUDE)
@rm -rf rec.bak rec
clean.%:
@echo "TOP: Cleaning $* "
@find src -type d -name "O.$*" -prune -exec rm -rf {} \;
@find config -type d -name "O.$*" -prune -exec rm -rf {} \;

View File

@@ -6,7 +6,7 @@
#
TOP=.
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
all: build