summaryrefslogtreecommitdiff
path: root/gitweb/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-06-20 23:21:27 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-06-20 23:21:27 -0700
commitb43688a5bc2eaa8a5805856fc11dc3cd60e6e6ac (patch)
tree32c76821afb58cb0e69b667f9cd1947895492807 /gitweb/Makefile
parentgit-cvsserver: fix error for invalid password formats (diff)
parentgitweb/Makefile: fix typo in gitweb.min.css rule (diff)
downloadtgif-b43688a5bc2eaa8a5805856fc11dc3cd60e6e6ac.tar.xz
Merge branch 'maint'
* maint: gitweb/Makefile: fix typo in gitweb.min.css rule Conflicts: gitweb/Makefile
Diffstat (limited to 'gitweb/Makefile')
-rw-r--r--gitweb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile
index d2584fedd8..2fb7c2d77b 100644
--- a/gitweb/Makefile
+++ b/gitweb/Makefile
@@ -103,7 +103,7 @@ GITWEB_FILES += static/gitweb.min.css
GITWEB_CSS = static/gitweb.min.css
all:: static/gitweb.min.css
static/gitweb.min.css: static/gitweb.css GITWEB-BUILD-OPTIONS
- $(QUIET_GEN)$(CSSMIN) <$ >$@
+ $(QUIET_GEN)$(CSSMIN) <$< >$@
else
GITWEB_FILES += static/gitweb.css
endif