$NetBSD: patch-ad,v 1.1.1.1 1999/10/28 19:50:19 kim Exp $

--- programs/irr_submit/Makefile.orig	Thu Sep  9 20:38:40 1999
+++ programs/irr_submit/Makefile	Fri Oct 22 19:19:07 1999
@@ -42,8 +42,11 @@
 	lint `echo $(RPSLOBJS) | sed -e 's,\.o,.c,g'`
 
 install: $(GOAL)
-	$(INSTALL) -m 755 $(GOAL) $(DESTDIR)/$(GOAL)
-
+	@set -x; \
+	for i in $(GOAL); \
+	do \
+	    $(INSTALL) -m 755 $$i $(DESTDIR)/$$i; \
+	done
 
 clean:
 	$(RM) *.o core *.core *~* *tab.* lex.yy.c $(GOAL)
