From: Jay Soffian Date: Fri, 18 Jun 2010 21:01:25 +0000 (-0400) Subject: gitweb/Makefile: fix typo in gitweb.min.css rule X-Git-Tag: v1.7.2-rc0~39^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/70649945c215b1674611a40eda1d0058118a6d1a gitweb/Makefile: fix typo in gitweb.min.css rule This typo has been in place since the rule was originally added by 0e6ce21 (Gitweb: add support for minifying gitweb.css). Signed-off-by: Jay Soffian Signed-off-by: Junio C Hamano --- diff --git a/gitweb/Makefile b/gitweb/Makefile index f2e1d92fbb..e7dd252773 100644 --- a/gitweb/Makefile +++ b/gitweb/Makefile @@ -91,7 +91,7 @@ ifdef CSSMIN GITWEB_CSS = gitweb.min.css all:: gitweb.min.css gitweb.min.css: gitweb.css GITWEB-BUILD-OPTIONS - $(QUIET_GEN)$(CSSMIN) <$ >$@ + $(QUIET_GEN)$(CSSMIN) <$< >$@ endif GITWEB_REPLACE = \