projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb5dd94
)
progs/rbug: Link to math
author
Jakob Bornecrantz
<wallbraker@gmail.com>
Sat, 26 Sep 2009 19:35:19 +0000
(12:35 -0700)
committer
Jakob Bornecrantz
<wallbraker@gmail.com>
Sat, 26 Sep 2009 19:36:01 +0000
(12:36 -0700)
progs/rbug/Makefile
patch
|
blob
|
history
diff --git
a/progs/rbug/Makefile
b/progs/rbug/Makefile
index fb4e91d1afffbf58738fa9ee5e8af351e581c9bf..2b95e59aca83ebd573a127f3caeca9615dfd05fc 100644
(file)
--- a/
progs/rbug/Makefile
+++ b/
progs/rbug/Makefile
@@
-45,4
+45,4
@@
$(OBJECTS): %.o: %.c
$(CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $(PROG_DEFINES) $< -o $@
$(PROGS): %: %.o
- $(CC) $(LDFLAGS) $< $(LINKS) -o $@
+ $(CC) $(LDFLAGS) $< $(LINKS) -
lm -
o $@