We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9aa241 + 755a605 commit 7b6e6b3Copy full SHA for 7b6e6b3
contrib/svn-fe/.gitignore
@@ -1,3 +1,4 @@
1
/*.xml
2
/*.1
3
/*.html
4
+/svn-fe
contrib/svn-fe/Makefile
@@ -38,7 +38,7 @@ svn-fe$X: svn-fe.o $(VCSSVN_LIB) $(GIT_LIB)
38
$(ALL_LDFLAGS) $(LIBS)
39
40
svn-fe.o: svn-fe.c ../../vcs-svn/svndump.h
41
- $(QUIET_CC)$(CC) -o $*.o -c $(ALL_CFLAGS) $<
+ $(QUIET_CC)$(CC) -I../../vcs-svn -o $*.o -c $(ALL_CFLAGS) $<
42
43
svn-fe.html: svn-fe.txt
44
$(QUIET_SUBDIR0)../../Documentation $(QUIET_SUBDIR1) \
contrib/svn-fe/svn-fe.c
@@ -4,7 +4,7 @@
*/
5
6
#include <stdlib.h>
7
-#include "vcs-svn/svndump.h"
+#include "svndump.h"
8
9
int main(int argc, char **argv)
10
{
0 commit comments