mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 09:21:19 +00:00
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:
parent
dc01b6a29e
commit
a03a04f813
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue