about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2009-01-11 12:18:25 +0100
committerLars Hjemli2009-01-11 12:18:25 +0100
commitd1c48e513975c9099406c0cd53f38cfd6f56d347 (patch)
treebdcf7593ea1586020a9b9a325cdc2d6487cdc0fd /Makefile
parentui-log: show name-decorations in log output (diff)
parentMakefile: avoid libcurl when building git (diff)
downloadcgit-d1c48e513975c9099406c0cd53f38cfd6f56d347.tar.gz
cgit-d1c48e513975c9099406c0cd53f38cfd6f56d347.zip
Merge branch 'stable'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 3c7ec07..036fcd7 100644 --- a/Makefile +++ b/Makefile
@@ -128,8 +128,8 @@ cgit.o: VERSION
128-include $(OBJECTS:.o=.d) 128-include $(OBJECTS:.o=.d)
129 129
130libgit: 130libgit:
131 $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) libgit.a 131 $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 libgit.a
132 $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) xdiff/lib.a 132 $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 xdiff/lib.a
133 133
134test: all 134test: all
135 $(QUIET_SUBDIR0)tests $(QUIET_SUBDIR1) all 135 $(QUIET_SUBDIR0)tests $(QUIET_SUBDIR1) all