Module: Mesa
Branch: mesa_7_4_branch
Commit: 14a794300e9d548e7426836b1dea1150e07199d0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=14a794300e9d548e7426836b1dea1150e07199d0

Author: Brian Paul <[email protected]>
Date:   Tue Mar 24 16:09:23 2009 -0600

demos: add LDFLAGS for corender target, bug 20844

(cherry picked from commit c4c4358e0858fcbc09f4bf35d93f593af5bcd9db)

---

 progs/xdemos/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index f8f2f15..361d9c7 100644
--- a/progs/xdemos/Makefile
+++ b/progs/xdemos/Makefile
@@ -98,7 +98,7 @@ xrotfontdemo.o: xrotfontdemo.c xuserotfont.h
        $(CC) -c -I. -I$(INCDIR) $(X11_INCLUDES) $(CFLAGS) xrotfontdemo.c
 
 corender: corender.o ipc.o
-       $(CC) $(CFLAGS) corender.o ipc.o $(LIBS) -o $@
+       $(CC) $(CFLAGS) $(LDFLAGS) corender.o ipc.o $(LIBS) -o $@
 
 corender.o: corender.c ipc.h
        $(CC) -c -I. -I$(INCDIR) $(X11_INCLUDES) $(CFLAGS) corender.c

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to