summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas DiModica <ricinwich@yahoo.com>2012-08-04 00:37:16 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-08-04 00:37:16 +0200
commit36b80faf23f4585721355ad2501225776a0ce392 (patch)
tree06a40761bf6331c9c07bb96cfedd1e4e3ff853ee
parent966245ae2a9b17a58205751e6251fdb84ee89fce (diff)
Fix typo
* Makefile (inst_libdir) [!IN_GLIBC]: Set variable to $(libdir) instead of expanding it.
-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)