diff options
Diffstat (limited to 'gitweb')
-rw-r--r-- | gitweb/Makefile | 2 |
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 |