From 2727281cb44cffae43dc5aad5a6dbf50d3e9215c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 28 Jun 1996 15:33:55 +0000 Subject: [PATCH] Chnges for move of config directory. --- Makefile | 6 ++++-- Makefile.subdirs | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8610d4580..334070f6d 100644 --- a/Makefile +++ b/Makefile @@ -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 {} \; diff --git a/Makefile.subdirs b/Makefile.subdirs index a64a0b89a..6792b39ed 100644 --- a/Makefile.subdirs +++ b/Makefile.subdirs @@ -6,7 +6,7 @@ # TOP=. -include $(TOP)/src/config/CONFIG_BASE +include $(TOP)/config/CONFIG_BASE all: build