From 5bb84f254c4ce6792565acb4b0e9c05d137835c1 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 5 Sep 1999 01:09:45 +0000 Subject: [PATCH] typo, #{ECHO} -> ${ECHO} --- www/communicator/Makefile | 4 ++-- www/navigator/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/communicator/Makefile b/www/communicator/Makefile index 408d5657288..d05d334d140 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/08/21 14:41:48 brad Exp $ +# $OpenBSD: Makefile,v 1.6 1999/09/05 01:10:29 brad Exp $ # # Relevant URLs: http://www.bsdi.com/netscape/ # http://www.fortify.net/ @@ -65,7 +65,7 @@ pre-fetch: @${ECHO} " 'option COMPAT_SUNOS' and SunOS shared librarys" @${ECHO} " for proper operation, see compat_sunos(8) for" @${ECHO} " further details. The GENERIC kernel contains" - @#{ECHO} " this option." + @${ECHO} " this option." @${ECHO} "" .endif .endif diff --git a/www/navigator/Makefile b/www/navigator/Makefile index 04ebac33336..5961bdaf8aa 100644 --- a/www/navigator/Makefile +++ b/www/navigator/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1999/08/21 14:35:04 brad Exp $ +# $OpenBSD: Makefile,v 1.16 1999/09/05 01:09:45 brad Exp $ # # Relevant URLs: http://www.bsdi.com/netscape/ # http://www.fortify.net/ @@ -65,7 +65,7 @@ pre-fetch: @${ECHO} " 'option COMPAT_SUNOS' and SunOS shared librarys" @${ECHO} " for proper operation, see compat_sunos(8) for" @${ECHO} " further details. The GENERIC kernel contains" - @#{ECHO} " this option." + @${ECHO} " this option." @${ECHO} "" .endif .endif