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:
a99d73e
)
winesplash: use LDFLAGS
author
Vitaly Lipatov
<lav@etersoft.ru>
Tue, 25 Aug 2009 16:14:29 +0000
(20:14 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Tue, 25 Aug 2009 16:14:29 +0000
(20:14 +0400)
etersoft/winesplash/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/etersoft/winesplash/Makefile.in
b/etersoft/winesplash/Makefile.in
index c297ee5d36593c4cb2590b96cf3427c3eb312b17..99dc7ab6c2d8e45104bc91b7ac05789288b7c283 100644
(file)
--- a/
etersoft/winesplash/Makefile.in
+++ b/
etersoft/winesplash/Makefile.in
@@
-20,7
+20,7
@@
all: $(PROGRAMS)
@MAKE_RULES@
winesplash: $(OBJS)
- $(CC) -o $@ $(OBJS) $(EXTRALIBS)
+ $(CC)
$(LDFLAGS)
-o $@ $(OBJS) $(EXTRALIBS)
install install-lib:: winesplash $(INSTALLDIRS)
$(INSTALL_PROGRAM) winesplash $(DESTDIR)$(bindir)/winesplash