Merged revisions 80304 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r80304 | qwell | 2007-08-22 13:25:34 -0500 (Wed, 22 Aug 2007) | 2 lines

Change a syntax that the GNU make in Solaris dislikes.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2007-08-22 18:25:58 +00:00
parent 54daf3288c
commit 553e5254e4

View File

@@ -654,9 +654,7 @@ sounds:
# last clean count we had # last clean count we had
cleantest: cleantest:
@if ! cmp -s .cleancount .lastclean ; then \ @cmp -s .cleancount .lastclean || $(MAKE) clean
$(MAKE) clean;\
fi
$(SUBDIRS_UNINSTALL): $(SUBDIRS_UNINSTALL):
@$(MAKE) --no-print-directory -C $(@:-uninstall=) uninstall @$(MAKE) --no-print-directory -C $(@:-uninstall=) uninstall