Skip to content

Commit

Permalink
Make test-date buildable again.
Browse files Browse the repository at this point in the history
Now we define and use our own ctype-replacement, we need to link
with it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Nov 3, 2005
1 parent e125c1a commit 4ccafd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -397,8 +397,8 @@ doc:
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 $@ $^
Expand Down

0 comments on commit 4ccafd7

Please sign in to comment.