summaryrefslogtreecommitdiff
path: root/contrib/svn-fe/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-08-03 15:17:11 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-08-03 15:17:11 -0700
commit7b6e6b3fb25db0e80ec331ed0a1eb8eb9edc2c84 (patch)
tree32a84d7292d143a283600334371a3cb30626b7b7 /contrib/svn-fe/Makefile
parentMerge branch 'pt/git-gui' into maint (diff)
parentcontrib/svn-fe: Add the svn-fe target to .gitignore (diff)
downloadtgif-7b6e6b3fb25db0e80ec331ed0a1eb8eb9edc2c84.tar.xz
Merge branch 'rr/svn-fe' into maint
* rr/svn-fe: contrib/svn-fe: Add the svn-fe target to .gitignore contrib/svn-fe: Fix IncludePath
Diffstat (limited to 'contrib/svn-fe/Makefile')
-rw-r--r--contrib/svn-fe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/svn-fe/Makefile b/contrib/svn-fe/Makefile
index 4cc8d15827..360d8da417 100644
--- a/contrib/svn-fe/Makefile
+++ b/contrib/svn-fe/Makefile
@@ -38,7 +38,7 @@ svn-fe$X: svn-fe.o $(VCSSVN_LIB) $(GIT_LIB)
$(ALL_LDFLAGS) $(LIBS)
svn-fe.o: svn-fe.c ../../vcs-svn/svndump.h
- $(QUIET_CC)$(CC) -o $*.o -c $(ALL_CFLAGS) $<
+ $(QUIET_CC)$(CC) -I../../vcs-svn -o $*.o -c $(ALL_CFLAGS) $<
svn-fe.html: svn-fe.txt
$(QUIET_SUBDIR0)../../Documentation $(QUIET_SUBDIR1) \