summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)