Skip to content

Commit b43688a

Browse files
committed
Merge branch 'maint'
* maint: gitweb/Makefile: fix typo in gitweb.min.css rule Conflicts: gitweb/Makefile
2 parents 1f0eb51 + 7064994 commit b43688a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GITWEB_FILES += static/gitweb.min.css
103103
GITWEB_CSS = static/gitweb.min.css
104104
all:: static/gitweb.min.css
105105
static/gitweb.min.css: static/gitweb.css GITWEB-BUILD-OPTIONS
106-
$(QUIET_GEN)$(CSSMIN) <$ >$@
106+
$(QUIET_GEN)$(CSSMIN) <$< >$@
107107
else
108108
GITWEB_FILES += static/gitweb.css
109109
endif

0 commit comments

Comments
 (0)