polachok's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
221fada
)
librt: Remove extraneous \ in Makefile target.
author
Stathis Kamperis <beket@dragonflybsd.org>
Sun, 11 Oct 2009 21:43:16 +0000 (
00:43
+0300)
committer
Stathis Kamperis <beket@dragonflybsd.org>
Sun, 11 Oct 2009 21:43:19 +0000 (
00:43
+0300)
Noticed-by: swildner@
lib/librt/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/lib/librt/Makefile
b/lib/librt/Makefile
index
4d1e296
..
c86b994
100644
(file)
--- a/
lib/librt/Makefile
+++ b/
lib/librt/Makefile
@@
-5,6
+5,6
@@
CFLAGS+=-Winline -Wall -g
SRCS+= mq.c
MAN+= mq_close.2 mq_getattr.2 mq_notify.2 mq_open.2 mq_receive.2 \
- mq_send.2 mq_setattr.2 mq_unlink.2 \
+ mq_send.2 mq_setattr.2 mq_unlink.2
.include <bsd.lib.mk>