summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e125c1a)
raw | patch | inline | side by side (parent: e125c1a)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 2 Nov 2005 20:01:06 +0000 (12:01 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 3 Nov 2005 00:50:58 +0000 (16:50 -0800) |
Now we define and use our own ctype-replacement, we need to link
with it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
with it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 357cb3ec8c9c2d1a694b386a413e84d946396534..488ee365c92ffed07fa2c238049272eb50e7f88f 100644 (file)
--- a/Makefile
+++ b/Makefile
test: all
$(MAKE) -C t/ all
-test-date$X: test-date.c date.o
- $(CC) $(ALL_CFLAGS) -o $@ test-date.c date.o
+test-date$X: test-date.c date.o ctype.o
+ $(CC) $(ALL_CFLAGS) -o $@ test-date.c date.o ctype.o
test-delta$X: test-delta.c diff-delta.o patch-delta.o
$(CC) $(ALL_CFLAGS) -o $@ $^