Code

Merge branch 'maint'
[git.git] / gitweb / Makefile
index d2584fedd8811a47c35d6f814c5b57e4a0fb2f2c..2fb7c2d77bbd5f2041341822859dce51ae504d83 100644 (file)
@@ -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