This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
add makefile dependency to itself
pull/81/head
Richard Fuchs
11 years ago
parent
26ca844e73
commit
b83e80c811
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
daemon/Makefile
+ 3
- 1
daemon/Makefile
View File
@ -83,8 +83,10 @@ clean:
.depend
:
$(
SRCS
)
Makefile
$(
CC
)
$(
CFLAGS
)
-M
$(
SRCS
)
|
sed -e
's/:/ .depend:/'
> .depend
rtpengine
:
$(
OBJS
)
.
depend
rtpengine
:
$(
OBJS
)
.
depend
Makefile
$(
CC
)
$(
CFLAGS
)
-o
$@
$(
OBJS
)
$(
LDFLAGS
)
$(OBJS)
:
Makefile
i
n
c
l
u
d
e
.
d
e
p
e
n
d
Write
Preview
Loading…
Cancel
Save