diff options
author | ghen <ghen@pkgsrc.org> | 2006-04-04 10:37:50 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-04-04 10:37:50 +0000 |
commit | c6dc2109df53e773d7785e5cf1472137b8450b8c (patch) | |
tree | bad84af74563c0d443e9e374944d8b2eae9292ff /emulators | |
parent | 7b0e6e5a66d9924e6b14f9ba6302888a30b549ee (diff) | |
download | pkgsrc-c6dc2109df53e773d7785e5cf1472137b8450b8c.tar.gz |
Avoid expansion of the '$NetBSD$' CVS Id in the suse100-distinfo target code.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse100_linux/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |