X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cd72b08b23f10b44cd50bc061ee0ddf9c80ffa84..69474954ac8adce921f5a6196950766e3d056ed3:/djgpp/Makefile.maint diff --git a/djgpp/Makefile.maint b/djgpp/Makefile.maint index 3d386d68..03746746 100644 --- a/djgpp/Makefile.maint +++ b/djgpp/Makefile.maint @@ -9,7 +9,7 @@ SHELL = /bin/sh all: README README: README.in $(top_srcdir)/configure - PACKAGE=`grep "^[ ]*PACKAGE=" $(top_srcdir)/configure | sed -e 's/^[ ]*PACKAGE=//'`; \ + PACKAGE=`grep "^[ ]*PACKAGE=" $(top_srcdir)/configure | sed -e 's/^[ ]*PACKAGE=//' -e s/[\"\']//g`; \ VERSION=`grep "^[ ]*VERSION=" $(top_srcdir)/configure | sed -e 's/^[ ]*VERSION=//' -e s/[\"\']//g`; \ package_version=`echo "$${VERSION}" | sed 's/\.//g'`; \ tree_version=`echo "$${VERSION}" | sed 's/\.//2g'`; \