]> git.saurik.com Git - apple/libc.git/blob - xcodescripts/force_libc_to_build.sh
Libc-1244.30.3.tar.gz
[apple/libc.git] / xcodescripts / force_libc_to_build.sh
1 #!/bin/sh
2
3 # force_libc_to_build.sh
4 # Libc
5 #
6 # Created by Matt Wright on 10/4/11.
7 # Copyright (c) 2011 None. All rights reserved.
8
9 if [ "x$ACTION" == "xinstallhdrs" ]; then exit 0; fi
10
11 DEPS_C="$BUILT_PRODUCTS_DIR/deps.c"
12
13 [ -e "$DEPS_C" ] && rm -f "$DEPS_C"