PERFORCE change 122594 for review

Peter Wemm peter at FreeBSD.org
Sat Jun 30 22:40:54 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122594

Change 122594 by peter at peter_melody on 2007/06/30 22:40:20

	Fix install location of ldd32 and gcore32

Affected files ...

.. //depot/projects/hammer/Makefile.inc1#124 edit

Differences ...

==== //depot/projects/hammer/Makefile.inc1#124 (text+ko) ====

@@ -480,8 +480,8 @@
 	cd ${.CURDIR}/secure/lib; ${LIB32IMAKE} ${.TARGET:S/32$//}
 .endif
 	cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32IMAKE} ${.TARGET:S/32$//}
-	cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32WMAKE} ${.TARGET:S/32$//}
-	cd ${.CURDIR}/usr.bin/gcore; PROG=gcore32 ${LIB32WMAKE} ${.TARGET:S/32$//}
+	cd ${.CURDIR}/usr.bin/ldd; PROG=ldd32 ${LIB32IMAKE} ${.TARGET:S/32$//}
+	cd ${.CURDIR}/usr.bin/gcore; PROG=gcore32 ${LIB32IMAKE} ${.TARGET:S/32$//}
 .endif
 
 


More information about the p4-projects mailing list