gitweb/Makefile: fix typo in gitweb.min.css rule
authorJay Soffian <jaysoffian@gmail.com>
Fri, 18 Jun 2010 21:01:25 +0000 (17:01 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Jun 2010 18:09:41 +0000 (11:09 -0700)
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 <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/Makefile

index f2e1d92fbb965893b14adf2e9acb904bab953812..e7dd2527736ddc6e47f864916115f9cc5c9e7dd9 100644 (file)
@@ -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 = \