]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Don't use the -C option to make (since it's not portable).
authorWayne Davison <wayned@samba.org>
Mon, 17 Apr 2006 18:15:02 +0000 (18:15 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 17 Apr 2006 18:15:02 +0000 (18:15 +0000)
prepare-source

index cceecc0f48c43614c5907fa568ea89ad6a633757..508c8df86c58a334876408afb62f2e5b015905dd 100755 (executable)
@@ -6,8 +6,7 @@
 # NOTE:  if you use a diff from the "patches" directory in a release
 # tar, this is not needed (but doesn't hurt anything).
 dir=`dirname $0`
-if test x"$dir" = x -o x"$dir" = x.; then
-    make -f prepare-source.mak
-else
-    make -C "$dir" -f prepare-source.mak
+if test x"$dir" != x -o x"$dir" != x.; then
+    cd "$dir"
 fi
+make -f prepare-source.mak