aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 16:23:34 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-30 16:23:34 +0000
commit229070412738a9b36d52a92a224eec738e92ce45 (patch)
treedd5429fb31c31658833f932c38299df72d381ca6 /utils
parent1229c58da08acf88ace22da58371a33936fe0506 (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: http://svn.digium.com/svn/asterisk/trunk@30805 f38db490-d61c-443f-a65b-d21fe96a405b
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