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:
Nicola Pero 2001-12-12 13:11:24 +00:00
parent a72f1469e7
commit 1056afe80d

View file

@ -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 -)