From 0289832ea92493fba1a0ba80b71219d7a2892ceb Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 9 Dec 1995 05:27:22 +0000 Subject: [PATCH] add missing . to libexec/cpp symlink, as pointed out by John Birrell --- distrib/alpha/rz25dist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/alpha/rz25dist/Makefile b/distrib/alpha/rz25dist/Makefile index ac7d195364fa..9969e5066697 100644 --- a/distrib/alpha/rz25dist/Makefile +++ b/distrib/alpha/rz25dist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1995/10/18 03:52:15 cgd Exp $ +# $NetBSD: Makefile,v 1.11 1995/12/09 05:27:22 cgd Exp $ # Make a distribution for the alpha, on a spare disk. # This creates a large, gzipped disk image in ${.OBJDIR} @@ -36,7 +36,7 @@ build-fs: cp ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd ${DESTDIR} ln -s gcc ${DESTDIR}/usr/local/bin/cc ln -s \ - ../local/lib/gcc-lib/alpha-unknown-netbsd1.0A/2.7-95q4/cpp \ + ../local/lib/gcc-lib/alpha-unknown-netbsd1.0A./2.7-95q4/cpp \ ${DESTDIR}/usr/libexec ln -s ../local/bin/ar ${DESTDIR}/usr/bin ln -s ../local/bin/as ${DESTDIR}/usr/bin