From 36b80faf23f4585721355ad2501225776a0ce392 Mon Sep 17 00:00:00 2001 From: Thomas DiModica Date: Sat, 4 Aug 2012 00:37:16 +0200 Subject: Fix typo * Makefile (inst_libdir) [!IN_GLIBC]: Set variable to $(libdir) instead of expanding it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8c77e3..efb486e 100644 --- a/Makefile +++ b/Makefile @@ -244,7 +244,7 @@ all: # Make this the default target; it will be defined in Rules. endif ifeq ($(IN_GLIBC),no) -$(inst_libdir) = $(libdir) +inst_libdir = $(libdir) endif ifeq ($(IN_GLIBC),no) -- cgit v1.2.3