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
1.4
Jason Parker 15 years ago
parent c94931c9a4
commit c3ed4366cc

@ -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

Loading…
Cancel
Save