dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 254800 via svnmerge from

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

........
  r254800 | qwell | 2010-03-25 15:41:15 -0500 (Thu, 25 Mar 2010) | 1 line
  
  Don't remove local copies of utils in uninstall.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@254802 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2010-03-25 20:41:49 +00:00
parent 2afec4cd51
commit 4e12917e80
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ install:
done
uninstall:
for x in $(ALL_UTILS); do rm -f $$x $(DESTDIR)$(ASTSBINDIR)/$$x; done
for x in $(ALL_UTILS); do rm -f $(DESTDIR)$(ASTSBINDIR)/$$x; done
clean:
rm -f *.o $(ALL_UTILS) check_expr