OSDN Git Service

Bug fixed:
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Thu, 29 Jan 2015 19:35:26 +0000 (04:35 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Thu, 29 Jan 2015 19:35:26 +0000 (04:35 +0900)
modified:   Makefile

Makefile
src/Objects/Makefile [moved from src/Objects/Makefile.org with 100% similarity]

index 37d6588..345a489 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ git-add::
 git-add-hostdepend::
        #echo tacyas@git.sourceforge.jp:/gitroot/eos/hostdependX86MAC64.git
        #echo $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_HOSTDEPEND)$${EOS_HOSTDIR}.git
-       git remote add -f hostdepend$${EOS_HOSTDIER} $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_HOSTDEPEND)$${EOS_HOSTDIR}.git 
+       git remote add -f hostdepend$${EOS_HOSTDIR} $${EOS_GITUSER}@$(EOS_GIT_REPOSITRY_HOSTDEPEND)$${EOS_HOSTDIR}.git 
        git subtree add --prefix=hostdepend/$${EOS_HOSTDIR}/ --squash hostdepend$${EOS_HOSTDIR} master 
 
 git-add-optional::
@@ -241,7 +241,7 @@ git-fetch::git-pull-hostdepend
        cd .       ; git fetch origin master --tags     ; git log -1
 
 git-pull-hostdepend::
-       git subtree pull --prefix=hostdepend/$${EOS_HOSTDIR}/ hostdpend$${EOS_HOSTDIR} master 
+       git subtree pull --prefix=hostdepend/$${EOS_HOSTDIR}/ hostdepend$${EOS_HOSTDIR} master 
 
 git-fetch-data::
        cd data    ; git fetch data master --tags               ; git log -1