From 32f6dc1070224b476aab1c74bfd96624c75b23ae Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 3 Jul 2000 19:16:16 +0000 Subject: [PATCH] Added RMDIR definition. Removed uninstall's dependancy on bootstrap. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3eb2e896..b45a6371b 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,9 @@ INSTALL_BIN = $(INSTALL_LOCATION)/bin/$(HOST_ARCH) # PERL_BOOTSTRAP_SCRIPTS = $(notdir $(wildcard $(TOP)/src/tools/*.pl)) PERL_BOOTSTRAP_SCRIPTS_INSTALL = $(PERL_BOOTSTRAP_SCRIPTS:%=$(INSTALL_BIN)/%) -all host cross inc rebuild uninstall clean depends buildInstall :: $(PERL_BOOTSTRAP_SCRIPTS_INSTALL) +all host cross inc rebuild clean depends buildInstall :: $(PERL_BOOTSTRAP_SCRIPTS_INSTALL) + +RMDIR=$(PERL) $(TOP)/src/tools/rm.pl -rf include $(TOP)/config/RULES_TOP