summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-24 16:09:23 -0600
committerBrian Paul <brianp@vmware.com>2009-03-24 16:09:23 -0600
commit14a794300e9d548e7426836b1dea1150e07199d0 (patch)
treebec5961d326ca01dd0c0e540d2db83a31a801455 /progs
parent912ec292c198aa700422f53a4e71d8ee62db0129 (diff)
demos: add LDFLAGS for corender target, bug 20844
(cherry picked from commit c4c4358e0858fcbc09f4bf35d93f593af5bcd9db)
Diffstat (limited to 'progs')
-rw-r--r--progs/xdemos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index f8f2f15380d..361d9c7c4de 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