소스 검색

fix the tools mv cmd

arpitgupta 10 년 전
부모
커밋
9a9e58ebcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tpcds-gen/Makefile

+ 1 - 1
tpcds-gen/Makefile

@@ -16,7 +16,7 @@ target/lib/dsdgen.jar: target/tools/dsdgen
 
 target/tools/dsdgen: target/tpcds_kit.zip
 	test -d target/tools/ || (cd target; unzip tpcds_kit.zip)
-	test -d target/tools/ || (cd target; mv TPC*/tools tools)
+	test -d target/tools/ || (cd target; mv */tools tools)
 	cd target/tools; cat ../../patches/all/*.patch | patch -p0
 	cd target/tools; cat ../../patches/${MYOS}/*.patch | patch -p1
 	cd target/tools; make clean; make dsdgen