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
MT#55283 don't recurse $(MAKE) for $(TARGET)
Change-Id: I6998c501042db66897d2f790d82b90b6fd09d909
pull/1931/head
Richard Fuchs
11 months ago
parent
887fb40f3f
commit
2f53560f25
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
lib/common.Makefile
+ 1
- 2
lib/common.Makefile
View File
@ -4,8 +4,7 @@ CFLAGS += -fPIE
LDFLAGS += -pie
LDLIBS += -latomic
all:
$(MAKE) $(TARGET) $(MANS)
all: $(TARGET) $(MANS)
$(TARGET): $(OBJS) Makefile
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LDLIBS)
Write
Preview
Loading…
Cancel
Save