From 60ea9d756db2dc79b5da9b8f106dfcb860f04ea9 Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Sun, 11 May 2008 15:12:05 +0000 Subject: [PATCH] Fixing install rule git-svn-id: file:///var/svn/lua-iconv/trunk@47 9538949d-8f27-0410-946f-ce01ef448559 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e1a396..8d151da 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ iconv.so: iconv.lo install: iconv.so make test - install -D -s iconv.so $(INSTALL_PATH) + install -D -s iconv.so $(INSTALL_PATH)/iconv.so clean: $(RM) iconv.so iconv.lo