summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-14 00:25:28 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-14 00:25:28 +0000
commit14770f986b1cbe0d8577e7c78256f8fc5867e5c8 (patch)
treefda8aa737604f226e7c6767e38fd2f2e641f7478 /Makefile
parent2975365313c456f35a42e128395e3fe7a9c13334 (diff)
Minor makefile patch
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@275 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81db3ec..6532e86 100755
--- a/Makefile
+++ b/Makefile
@@ -256,7 +256,7 @@ install: all devices
install -m 644 $$x $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc ; \
done
if ! [ -f wcfxsusb.o ]; then \
- rm -f $(INTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxsusb.o; \
+ rm -f $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxsusb.o; \
fi
mkdir -p $(INSTALL_PREFIX)/usr/lib
install -m 755 $(LIBTONEZONE) $(INSTALL_PREFIX)/usr/lib