summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-30 02:00:49 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-30 02:00:49 +0000
commit350287ea0875f668a5a4a0c520fd4b7e96ffc9b6 (patch)
tree8118d07dd443a6af05285e51d5c30e93e3bc9155 /Makefile
parent2c65582b661045dd21bd6ae8b4515c652d9c064c (diff)
move mkpkgconfig script where it belongs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c18fca0f..9c3f60def 100644
--- a/Makefile
+++ b/Makefile
@@ -538,7 +538,7 @@ clean:
$(MAKE) -C stdtime clean
datafiles: all
- if [ x`whoami` = xroot ]; then sh mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
+ if [ x`whoami` = xroot ]; then sh build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/digits
mkdir -p $(DESTDIR)$(ASTVARLIBDIR)/sounds/priv-callerintros
for x in sounds/digits/*.gsm; do \