From 2e9b5225f4f0a5f1dc4688d9800cfaf7217be540 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Dec 22 2016 09:54:30 +0000 Subject: Makefile: install symlink for xlocale.h --- diff --git a/Makefile b/Makefile index 308baa9..832ac93 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ $(DESTDIR)$(libdir)/%: $(topdir)/lib/$(notdir %) install -D -m 755 "$<" "$@" install: $(foreach b,$(BINS),$(DESTDIR)$(bindir)/$(b).o) $(foreach b,$(BINS_SH),$(DESTDIR)$(bindir)/$(b).sh) $(foreach i,$(INCLUDES),$(DESTDIR)$(includedir)/$(i)) $(foreach l,$(LIBS),$(DESTDIR)$(libdir)/$(l)) + 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)