Fix the name of libLLVMHello.dylib so that it does not get installed for

Apple builds.  Radar 8585383.

llvm-svn: 117164
This commit is contained in:
Bob Wilson 2010-10-22 22:10:57 +00:00
parent c0d2490ac4
commit 1eaa381789
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ else
fi
# The Hello dylib is an example of how to build a pass. No need to install it.
rm $DEST_DIR$DEST_ROOT/lib/LLVMHello.dylib
rm $DEST_DIR$DEST_ROOT/lib/libLLVMHello.dylib
# Compress manpages
MDIR=$DEST_DIR$DEST_ROOT/share/man/man1