projects
/
profile
/
ivi
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f6c5e
)
respect cc and cflags
author
Dave Airlie
<airlied@linux.ie>
Sun, 7 Nov 2004 02:15:11 +0000
(
02:15
+0000)
committer
Dave Airlie
<airlied@linux.ie>
Sun, 7 Nov 2004 02:15:11 +0000
(
02:15
+0000)
libdrm/Makefile
patch
|
blob
|
history
diff --git
a/libdrm/Makefile
b/libdrm/Makefile
index
cc62b54
..
8a7ece8
100644
(file)
--- a/
libdrm/Makefile
+++ b/
libdrm/Makefile
@@
-6,7
+6,7
@@
libxf86drm.a: $(OBJECTS)
ranlib $@
$(OBJECTS): $(SOURCES)
-
gcc
-c -I../shared -I../linux $+
+
$(CC) $(CFLAGS)
-c -I../shared -I../linux $+
clean:
rm *.a *.o