From 933a8829da9f396e1fbeca3e53e78d0cc70283c9 Mon Sep 17 00:00:00 2001 From: ghen Date: Tue, 4 Apr 2006 10:37:50 +0000 Subject: Avoid expansion of the '$NetBSD$' CVS Id in the suse100-distinfo target code. --- emulators/suse100_linux/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/suse100_linux') diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common index bce15c19a80..3c386476e0e 100644 --- a/emulators/suse100_linux/Makefile.common +++ b/emulators/suse100_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2006/04/03 18:17:55 ghen Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/04/04 10:37:50 ghen Exp $ .include "../../emulators/suse100_linux/vars.mk" .include "../../emulators/suse100_linux/arch.mk" @@ -45,7 +45,7 @@ RPM2PKGARGS+= ${DISTDIR}/${DIST_SUBDIR}/${TEMP} # regenerate distinfo for all platforms supported by the suse100_* packages suse100-distinfo: - ( ${ECHO} '$$NetBSD: Makefile.common,v 1.2 2006/04/03 18:17:55 ghen Exp $$'; \ + ( ${ECHO} '$$'NetBSD'$$'; \ ${ECHO} ''; \ MACHINE_ARCH=i386 ${MAKE} distinfo 1>&2; \ ${GREP} rpm distinfo; \ -- cgit v1.2.3