projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536092f
)
demos: fix LIBS ref in makefile
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:07:41 +0000
(20:07 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:07:41 +0000
(20:07 +0100)
progs/demos/Makefile
patch
|
blob
|
history
diff --git
a/progs/demos/Makefile
b/progs/demos/Makefile
index 43cab1ae27de3f5238749c0d3e29bc1b784bfe77..123d1e59e976f8aebd1a94d8418473805b0a92ed 100644
(file)
--- a/
progs/demos/Makefile
+++ b/
progs/demos/Makefile
@@
-81,7
+81,7
@@
PROGS = \
# make executable from .c file:
.c: $(LIB_DEP) readtex.o
- $(APP_CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< readtex.o $(
APP_LIB_DEP
S) -o $@
+ $(APP_CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) $< readtex.o $(
LIB
S) -o $@
##### TARGETS #####