mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Be gone foul Makefile usage! er I mean use the correct variable... UTILS instead of TARGET. (issue #7239 reported by casper)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -40,13 +40,13 @@ install:
|
|||||||
done
|
done
|
||||||
|
|
||||||
uninstall:
|
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:
|
clean-depend:
|
||||||
rm -f .depend
|
rm -f .depend
|
||||||
|
|
||||||
clean: clean-depend
|
clean: clean-depend
|
||||||
rm -f *.o $(TARGET) check_expr
|
rm -f *.o $(UTILS) check_expr
|
||||||
rm -f ast_expr2.o ast_expr2f.o
|
rm -f ast_expr2.o ast_expr2f.o
|
||||||
|
|
||||||
astman.o: astman.c
|
astman.o: astman.c
|
||||||
|
Reference in New Issue
Block a user