PERFORCE change 66224 for review

Peter Wemm peter at FreeBSD.org
Wed Dec 1 15:32:49 PST 2004


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

Change 66224 by peter at peter_overcee on 2004/12/01 23:32:17

	fix a bad path

Affected files ...

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

Differences ...

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

@@ -416,7 +416,7 @@
 	cd ${.CURDIR}/kerberos5/lib; \
 	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
 .endif
-	cd ${.CURDIR}/gnu/usr.bin/gcc/cc/include; \
+	cd ${.CURDIR}/gnu/usr.bin/cc/include; \
 	    ${LIB32MAKE} DESTDIR=${LIB32TMP} ${_t}
 .endfor
 .for _dir in lib/libncurses lib/libmagic
@@ -439,7 +439,7 @@
 .if !defined(NOCRYPT)
 	cd ${.CURDIR}/secure/lib; ${LIB32MAKE} install
 .endif
-	cd ${.CURDIR}/gnu/usr.bin/gcc/cc/include; ${LIB32MAKE} install
+	cd ${.CURDIR}/gnu/usr.bin/cc/include; ${LIB32MAKE} install
 	cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32MAKE} install
 .endif
 


More information about the p4-projects mailing list