mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Removed MKDIRS call in excess when installing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11707 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a72f1469e7
commit
1056afe80d
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ ifneq ($(HEADER_FILES),)
|
|||
done;
|
||||
endif
|
||||
endif
|
||||
$(MKDIRS) $(GSWBUNDLE_INSTALL_DIR); \
|
||||
rm -rf $(GSWBUNDLE_INSTALL_DIR)/$(GSWBUNDLE_DIR_NAME); \
|
||||
$(TAR) ch --exclude=CVS --to-stdout $(GSWBUNDLE_DIR_NAME) | (cd $(GSWBUNDLE_INSTALL_DIR); $(TAR) xf -)
|
||||
|
||||
|
|
Loading…
Reference in a new issue