From 7953fb0b2495c267e3248e9b9aa59d1d4e8715a2 Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Sun, 12 Jan 2003 02:06:10 +0000 Subject: [PATCH] Oops; use the install target as the main target so that we only rebuild things when it's actually necessary to do so. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2112 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/util/keybd/i686-Linux/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/com/threerings/util/keybd/i686-Linux/Makefile b/src/java/com/threerings/util/keybd/i686-Linux/Makefile index 32fcb0945..0bd24ae62 100644 --- a/src/java/com/threerings/util/keybd/i686-Linux/Makefile +++ b/src/java/com/threerings/util/keybd/i686-Linux/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 2003/01/12 02:04:19 shaper Exp $ +# $Id: Makefile,v 1.3 2003/01/12 02:06:10 shaper Exp $ # # Executable definitions @@ -27,9 +27,9 @@ INSTALL_TARGET=${INSTALL_PATH}/${TARGET} # # Target definitions -all: ${TARGET} +all: ${INSTALL_TARGET} -${TARGET}: com_threerings_util_keybd_Keyboard.c +${INSTALL_TARGET}: com_threerings_util_keybd_Keyboard.c ${CC} ${INCLUDES} -c com_threerings_util_keybd_Keyboard.c \ -o com_threerings_util_keybd_Keyboard.o ${MKDIR} -p ${INSTALL_PATH}