]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - Makefile
Update.
[thirdparty/glibc.git] / Makefile
index 0fe29192c76d89a07f6cc16679e43dec87d39e63..8d839d9aff07a69ba69955e95b16b5713999e0b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ vpath %.h $(subdir-dirs)
 
 # What to install.
 install-others = $(inst_includedir)/gnu/stubs.h
-install-bin = glibcbug
+install-bin-script = glibcbug
 
 ifeq (yes,$(build-shared))
 install-others += $(inst_includedir)/gnu/lib-names.h
@@ -84,7 +84,7 @@ endif
 include Makerules
 
 ifeq ($(build-programs),yes)
-others: $(addprefix $(objpfx),$(install-bin))
+others: $(addprefix $(objpfx),$(install-bin-script))
 endif
 
 # Install from subdirectories too.