15 lines
441 B
Text
15 lines
441 B
Text
$NetBSD: patch-ar,v 1.1 2009/12/17 20:31:37 abs Exp $
|
|
|
|
--- etc/Makefile.bin.orig 2000-02-21 22:44:50.000000000 +0000
|
|
+++ etc/Makefile.bin
|
|
@@ -31,8 +31,8 @@ clean::; @$(RM) $(OBJS) $(PROG) core
|
|
|
|
clobber::; @$(RM) $(OBJS) $(PROG) $(SRCS) core tags
|
|
|
|
-install::; @$(MKDIR) $(DESTBIN)
|
|
- @$(INSTALL) -s -m 0755 $(PROG) $(DESTBIN)
|
|
+install::; @$(MKDIR) $(DESTDIR)$(DESTBIN)
|
|
+ @$(INSTALL) -s -m 0755 $(PROG) $(DESTDIR)$(DESTBIN)
|
|
|
|
depend::;
|
|
|