From ef7a93fb27c8fe0991ca4116bb848d6789636f3c Mon Sep 17 00:00:00 2001 From: Ørjan Malde Date: Jun 11 2020 18:44:59 +0000 Subject: Makefile: don't install a xlocale.h symlink, it was never intended as a public header (see glibc 2.26) --- diff --git a/Makefile b/Makefile index 685d9d7..99ee03c 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ $(DESTDIR)$(includedir)/%: $(topdir)/include/$(notdir %) install -D -m 644 "$<" "$@" install: $(foreach b,$(BINS),$(DESTDIR)$(bindir)/$(b).o) $(foreach b,$(BINS_SH),$(DESTDIR)$(bindir)/$(b).sh) $(foreach i,$(INCLUDES),$(DESTDIR)$(includedir)/$(i)) - ln -s locale.h $(DESTDIR)$(includedir)/xlocale.h clean: rm -rf $(foreach b,$(BINS),$(topdir)/bin/$(b).o) $(foreach b,$(BINS_SH),$(topdir)/bin/$(b).sh)