From 7449d8f61c76fa5920730f0155e6076956d55d7f Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Sat, 2 Oct 2004 07:44:41 +0000 Subject: Closing: [ 799166 ] install-sh doesn't support multiple sources [ 946554 ] configure does not check for gettext/msgmerge --- misc/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/Makefile.in b/misc/Makefile.in index 56ad8822..15d11bd5 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -77,7 +77,10 @@ all: install: install-other install-packages install-other: - $(INSTALL) -m $(FILEMODE) $(ICONS) $(DESTDIR)$(ICONDIR) + for i in $(ICONS); \ + do \ + $(INSTALL) -m $(FILEMODE) $$i $(DESTDIR)$(ICONDIR); \ + done for d in $(PATHSDIRS); \ do \ dir=$(DESTDIR)$(prefix)/$$d; \ -- cgit v1.2.3