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