Don't build, just install the already committed build results.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4865 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-11-07 02:20:12 +00:00
parent 0d377d8e0b
commit 238da969c0
3 changed files with 3 additions and 3 deletions
@@ -29,7 +29,7 @@ TARGET=libsignal.so
all: ${TARGET} all: ${TARGET}
install: ${TARGET} install:
@${MKDIR} -p ${INSTALL_PATH} @${MKDIR} -p ${INSTALL_PATH}
cp ${TARGET} ${INSTALL_PATH} cp ${TARGET} ${INSTALL_PATH}
@@ -29,7 +29,7 @@ TARGET=libsignal.so
all: ${TARGET} all: ${TARGET}
install: ${TARGET} install:
@${MKDIR} -p ${INSTALL_PATH} @${MKDIR} -p ${INSTALL_PATH}
cp ${TARGET} ${INSTALL_PATH} cp ${TARGET} ${INSTALL_PATH}
@@ -29,7 +29,7 @@ TARGET=libsignal.jnilib
all: ${TARGET} all: ${TARGET}
install: ${TARGET} install:
@${MKDIR} -p ${INSTALL_PATH} @${MKDIR} -p ${INSTALL_PATH}
cp ${TARGET} ${INSTALL_PATH} cp ${TARGET} ${INSTALL_PATH}