Skip to content
Snippets Groups Projects
Commit 86421e3a authored by Joshua Colp's avatar Joshua Colp
Browse files

Do clean for h323 directory too

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1ce4a427
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,8 @@ clean:: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment