summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-21 06:21:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-06-21 06:21:27 (GMT)
commitb43688a5bc2eaa8a5805856fc11dc3cd60e6e6ac (patch)
tree32c76821afb58cb0e69b667f9cd1947895492807
parent1f0eb51391d58958dd9f1e6cbcba622c309303b2 (diff)
parent70649945c215b1674611a40eda1d0058118a6d1a (diff)
downloadgit-b43688a5bc2eaa8a5805856fc11dc3cd60e6e6ac.zip
git-b43688a5bc2eaa8a5805856fc11dc3cd60e6e6ac.tar.gz
git-b43688a5bc2eaa8a5805856fc11dc3cd60e6e6ac.tar.bz2
Merge branch 'maint'
* maint: gitweb/Makefile: fix typo in gitweb.min.css rule Conflicts: gitweb/Makefile
-rw-r--r--gitweb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile
index d2584fe..2fb7c2d 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