aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-08-01 02:24:42 +0200
committerMattias Andrée <maandree@operamail.com>2013-08-01 02:24:42 +0200
commita3817b182ebae8905e4e06cb454ee9692a87a706 (patch)
tree8e43e6a170a6a094453ae3cb801e291d51f542c6
parentoh, yeah, I did it that way (diff)
downloadargparser-a3817b182ebae8905e4e06cb454ee9692a87a706.tar.gz
argparser-a3817b182ebae8905e4e06cb454ee9692a87a706.tar.bz2
argparser-a3817b182ebae8905e4e06cb454ee9692a87a706.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 400be37..159be76 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ install-java: bin/ArgParser.jar
install -Dm644 bin/ArgParser.jar "$(DESTDIR)$(LIBJAVA)/ArgParser.jar"
install-c: bin/argparser.so src/argparser.h
- install -Dm644 bin/argparser.so "$(DESTDIR)$(LIBC)/arggarser.so.$(VERSION)"
+ install -Dm644 bin/argparser.so "$(DESTDIR)$(LIBC)/argparser.so.$(VERSION)"
ln -s "argparser.so.$(VERSION)" "$(DESTDIR)$(LIBC)/argparser.so"
install -Dm644 src/argparser.h "$(DESTDIR)$(PREFIX)$(INCLUDE)/argparser.h"