Fuck me riding a pony; whatever goddamned make that FreeBSD uses is

sufficiently incompatible with GNU make that I'd rather just have two
whole separate goddamned directories with their own Makefile than try
to get everyone to agree on how to do things.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3328 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2005-02-03 01:16:12 +00:00
parent f26c58ef4d
commit ecf7c7f415
3 changed files with 1 additions and 2 deletions
@@ -25,7 +25,7 @@ INSTALL_PATH=${ROOT}/dist/lib/${OSDIR}
INCLUDES=-I.. -I${JAVA_HOME}/include -I${JAVA_HOME}/include/${OSINCDIR}
LIBRARIES=
TARGET=${OSDIR}/libsignal.so
TARGET=libsignal.so
#
# Target definitions
@@ -38,7 +38,6 @@ install: ${TARGET}
${TARGET}: com_threerings_util_signal_SignalManager.c
@echo "Compiling SignalManager.c
@mkdir -p ${OSDIR}
@${CC} ${INCLUDES} -c com_threerings_util_signal_SignalManager.c \
-o com_threerings_util_signal_SignalManager.o
@echo Creating libsignal.so