$NetBSD$ --- ./libs/libgnuw32/Makefile.in.orig 2006-01-16 09:09:26.000000000 +0900 +++ ./libs/libgnuw32/Makefile.in 2010-10-28 10:24:29.000000000 +0900 @@ -50,10 +50,10 @@ # might not need all of these. also, I assumed the names PROG and # libMYPROG.a for the program and library. install: all - $(top_srcdir)/mkinstalldirs $(bindir) - $(top_srcdir)/mkinstalldirs $(libdir) - $(top_srcdir)/mkinstalldirs $(infodir) - $(INSTALL) libgnuw32.a $(libdir)/libgnuw32.a + $(top_srcdir)/mkinstalldirs ${DESTDIR}$(bindir) + $(top_srcdir)/mkinstalldirs ${DESTDIR}$(libdir) + $(top_srcdir)/mkinstalldirs ${DESTDIR}$(infodir) + $(INSTALL) libgnuw32.a ${DESTDIR}$(libdir)/libgnuw32.a uninstall: /bin/rm -f $(libdir)/libgnuw32.a