summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-05-30 16:23:34 +0000
committerJoshua Colp <jcolp@digium.com>2006-05-30 16:23:34 +0000
commit3872b97683b30a006831569de6648ecd12c48e56 (patch)
treedd5429fb31c31658833f932c38299df72d381ca6 /utils
parent6ab22f2268815c5b51dc1c9d538470a0c37f05f5 (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index beaf68031..b5119260f 100644
--- 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