]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Change a syntax that the GNU make in Solaris dislikes.
authorJason Parker <jparker@digium.com>
Wed, 22 Aug 2007 18:25:34 +0000 (18:25 +0000)
committerJason Parker <jparker@digium.com>
Wed, 22 Aug 2007 18:25:34 +0000 (18:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@80304 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 58c44eede20ceb8c12e9d7ea2b67f13ee40e7521..474f5070cf58cabdedc5d12d3265a1d40f23bb72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -645,9 +645,7 @@ sounds:
 # last clean count we had
 
 cleantest:
-       @if ! cmp -s .cleancount .lastclean ; then \
-               $(MAKE) clean;\
-       fi
+       @cmp -s .cleancount .lastclean || $(MAKE) clean
 
 $(SUBDIRS_UNINSTALL):
        @$(MAKE) --no-print-directory -C $(@:-uninstall=) uninstall