Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2004 23:32:48 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 66224 for review
Message-ID:  <200412012332.iB1NWmnV025536@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=66224

Change 66224 by peter@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412012332.iB1NWmnV025536>