Skip to content

Commit

Permalink
Merge branch 'rr/svn-fe' into maint
Browse files Browse the repository at this point in the history
* rr/svn-fe:
  contrib/svn-fe: Add the svn-fe target to .gitignore
  contrib/svn-fe: Fix IncludePath
  • Loading branch information
Junio C Hamano committed Aug 3, 2010
2 parents e9aa241 + 755a605 commit 7b6e6b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contrib/svn-fe/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*.xml
/*.1
/*.html
/svn-fe
2 changes: 1 addition & 1 deletion contrib/svn-fe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
2 changes: 1 addition & 1 deletion contrib/svn-fe/svn-fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

#include <stdlib.h>
#include "vcs-svn/svndump.h"
#include "svndump.h"

int main(int argc, char **argv)
{
Expand Down

0 comments on commit 7b6e6b3

Please sign in to comment.