From: florian Date: Tue, 28 Mar 2006 15:04:26 +0000 (+0000) Subject: Remove hardcoded path for install binary X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/56dae2ef2e802381c633c2b71ed6092ce590c2da Remove hardcoded path for install binary git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3522 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ustl/files/Common.mk b/package/ustl/files/Common.mk index dea71e115..fbfc6eb63 100644 --- a/package/ustl/files/Common.mk +++ b/package/ustl/files/Common.mk @@ -9,7 +9,7 @@ LD = $(CROSS)gcc AR = $(CROSS)ar RANLIB = $(CROSS)ranlib DOXYGEN = echo -INSTALL = /usr/bin/install +INSTALL = install RM = rm -f LN = ln -sf