Do clean for h323 directory too

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Joshua Colp 19 years ago
parent 1ce4a427d3
commit 86421e3a7d

@ -66,6 +66,8 @@ clean::
ifneq ($(wildcard h323/Makefile.ast),) ifneq ($(wildcard h323/Makefile.ast),)
include h323/Makefile.ast include h323/Makefile.ast
H323LDFLAGS += -Wl,--version-script=h323/noexport.map H323LDFLAGS += -Wl,--version-script=h323/noexport.map
clean::
$(MAKE) -C h323 clean
else else
h323/libchanh323.a h323/Makefile.ast: h323/libchanh323.a h323/Makefile.ast:
$(CMD_PREFIX) $(MAKE) -C h323 $(CMD_PREFIX) $(MAKE) -C h323

Loading…
Cancel
Save