diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-03 15:17:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-03 15:17:11 -0700 |
commit | 7b6e6b3fb25db0e80ec331ed0a1eb8eb9edc2c84 (patch) | |
tree | 32a84d7292d143a283600334371a3cb30626b7b7 /contrib/svn-fe/Makefile | |
parent | Merge branch 'pt/git-gui' into maint (diff) | |
parent | contrib/svn-fe: Add the svn-fe target to .gitignore (diff) | |
download | tgif-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/Makefile | 2 |
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) \ |