[asterisk-commits] trunk r30805 - /trunk/utils/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue May 30 09:23:34 MST 2006
Author: file
Date: Tue May 30 11:23:34 2006
New Revision: 30805
URL: http://svn.digium.com/view/asterisk?rev=30805&view=rev
Log:
Be gone foul Makefile usage! er I mean use the correct variable... UTILS instead of TARGET. (issue #7239 reported by casper)
Modified:
trunk/utils/Makefile
Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?rev=30805&r1=30804&r2=30805&view=diff
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Tue May 30 11:23:34 2006
@@ -40,13 +40,13 @@
done
uninstall:
- for x in $(TARGET); do rm -f $$x $(DESTDIR)$(ASTSBINDIR)/$$x; done
+ for x in $(UTILS); do rm -f $$x $(DESTDIR)$(ASTSBINDIR)/$$x; done
clean-depend:
rm -f .depend
clean: clean-depend
- rm -f *.o $(TARGET) check_expr
+ rm -f *.o $(UTILS) check_expr
rm -f ast_expr2.o ast_expr2f.o
astman.o: astman.c
More information about the asterisk-commits
mailing list