usr/src/Makefile.env
changeset 711 1ffc0db7d2e5
parent 672 8be004f8402d
child 714 5f40c4b913c9
--- a/usr/src/Makefile.env	Thu May 26 15:30:06 2011 -0700
+++ b/usr/src/Makefile.env	Sat May 28 17:58:14 2011 -0700
@@ -77,7 +77,7 @@
 DIRMODE = 755
 INS.dir = $(INS) -s -d -m $(DIRMODE) $@
 INS.file = $(INS) -s -d -m $(DIRMODE) $(@D); \
-	$(RM) -- $@; $(INS) -s -m $(FILEMODE) -f $(@D) $(@F)
+	$(RM) -- $@; $(INS) -s -m $(FILEMODE) -f $(@D) $<
 INS.pyfile = $(INS.file); $(TOUCH) -r $< $@
 
 # Tools and dependencies used at build time
@@ -90,6 +90,7 @@
 GTAR = /usr/sfw/bin/gtar
 HEAD = /usr/bin/head
 INS = /usr/sbin/install
+LN = /usr/bin/ln
 LS = /usr/bin/ls
 MKDIR = /usr/bin/mkdir
 PKG = /usr/bin/pkg