aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-22 18:25:34 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-22 18:25:34 +0000
commit784d266100e2d5fd71b6e9e801e035a79338a421 (patch)
treed98dfe196bd4526545dd2b719742bac45c784060 /Makefile
parent93612ef0990bc362f2889cffadf65dfdf48b64ad (diff)
Change a syntax that the GNU make in Solaris dislikes.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@80304 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 58c44eede..474f5070c 100644
--- 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