http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deb5054
)
makefile in fonts corrected
author
Alexander Shevelev
<alexalv@etersoft.ru>
Thu, 21 Apr 2011 15:10:18 +0000
(19:10 +0400)
committer
Test Robot
<wine-patches-test@office.etersoft.ru>
Thu, 21 Apr 2011 16:30:23 +0000
(20:30 +0400)
fonts/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/fonts/Makefile.in
b/fonts/Makefile.in
index 004a930e2c8ebacff85806c66c679e197d55174d..7c9de9a0eee6bc442ac2c3975ca7d34d611b2e48 100644
(file)
--- a/
fonts/Makefile.in
+++ b/
fonts/Makefile.in
@@
-182,7
+182,7
@@
marlett.ttf: $(TOPSRCDIR)/fonts/marlett.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/marlett.ttf $@)
micross.ttf: $(TOPSRCDIR)/fonts/micross.ttf
-
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/micross.ttf $@)
+ [ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/micross.ttf $@)
symbol.ttf: $(TOPSRCDIR)/fonts/symbol.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/symbol.ttf $@)