Added ivar used to remove a directory

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-16 13:12:51 +00:00
parent dc01b6a29e
commit a03a04f813

View file

@ -33,6 +33,7 @@ VERSION = ${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
#
INSTALL_LN_S = $(LN_S)
REMOVE_INSTALLED_LN_S = rm -f
REMOVE_INSTALLED_DIR = rm -rf
INSTALL_COMPLETE_DIR = $(GNUSTEP_MAKEFILES)/install-complete-dir.sh
#