summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-06-03 19:53:02 +0000
committerWerner Lemberg <wl@gnu.org>2007-06-03 19:53:02 +0000
commit25b14229f1a8a3deefdf4a74c4cadf6057bf6d78 (patch)
tree8308ea38ba2edc372d9ab00d2bceb080c3a63eb6 /src/tools
parentf2ff7329c72de29e016f2f59a9e1bd335c4b9662 (diff)
More OBJ_DIR.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/ftrandom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ftrandom/Makefile b/src/tools/ftrandom/Makefile
index a00dd16c..28e67f31 100644
--- a/src/tools/ftrandom/Makefile
+++ b/src/tools/ftrandom/Makefile
@@ -25,9 +25,9 @@ LIBS = -lm \
-lfreetype \
-lz
-all: ftrandom
+all: $(OBJ_DIR)/ftrandom
-ftrandom: $(SRC_DIR)/ftrandom.c
+$(OBJ_DIR)/ftrandom: $(SRC_DIR)/ftrandom.c
$(CC) -o $(OBJ_DIR)/ftrandom $(CFLAGS) $(SRC_DIR)/ftrandom.c $(LIBS)
# EOF