mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Don't remove local copies of utils in uninstall.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@254800 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -66,7 +66,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 *.s *.i
|
||||
|
||||
Reference in New Issue
Block a user