projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c25adea
)
mesa: use APP_CC compiler in progs/vp/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 01:00:56 +0000
(19:00 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 29 Oct 2008 01:00:56 +0000
(19:00 -0600)
progs/vp/Makefile
patch
|
blob
|
history
diff --git
a/progs/vp/Makefile
b/progs/vp/Makefile
index 28d63237a453767da98fae7216d75b2d7e88ab89..41d025c574625586d5ee9d4f3b76c76f18381f6e 100644
(file)
--- a/
progs/vp/Makefile
+++ b/
progs/vp/Makefile
@@
-26,13
+26,13
@@
INCLUDES = -I. -I$(TOP)/include -I../samples
.SUFFIXES: .c
.c:
- $(CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< $(LIBS) -o $@
+ $(
APP_
CC) $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< $(LIBS) -o $@
.c.o:
- $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+ $(
APP_
CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
.S.o:
- $(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
+ $(
APP_
CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@
##### TARGETS #####