projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab22f2
)
Be gone foul Makefile usage! er I mean use the correct variable... UTILS instead...
author
Joshua Colp
<jcolp@digium.com>
Tue, 30 May 2006 16:23:34 +0000
(16:23 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Tue, 30 May 2006 16:23:34 +0000
(16:23 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30805
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
utils/Makefile
patch
|
blob
|
history
diff --git
a/utils/Makefile
b/utils/Makefile
index
beaf680
..
b511926
100644
(file)
--- a/
utils/Makefile
+++ b/
utils/Makefile
@@
-40,13
+40,13
@@
install:
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