diff options
author | Jakob Bornecrantz <[email protected]> | 2009-09-26 12:35:19 -0700 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-09-26 12:36:01 -0700 |
commit | bcca927562c1e2e38e649f2e70a695ddafa4ef2c (patch) | |
tree | 8cd18fecccdfec58780ed4d40826333e42588e87 /progs | |
parent | eb5dd947fbed35478784e777fe2e59564fee051b (diff) |
progs/rbug: Link to math
Diffstat (limited to 'progs')
-rw-r--r-- | progs/rbug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/rbug/Makefile b/progs/rbug/Makefile index fb4e91d1aff..2b95e59aca8 100644 --- 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 $@ |