Remove unnecessary merge from multiple build servers

This commit is contained in:
Taro L. Saito 2011-06-03 17:30:44 +09:00
parent 24a343f288
commit 3895dbc9d8
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ $(DLL_AMD64):$(version_file)
native: $(DLL_WIN) $(DLL_WIN64) $(DLL_MAC) $(DLL_TIGER_MAC) $(DLL_LINUX) $(DLL_AMD64)
compile: native
cp -r $(DLL_DIR)/ $(RESOURCE_DIR)/native/
test:
ssh $(WIN64_SERVER) "source .zprofile && cd $(WORK) && $(TEST_CMD)"