Simon Marlow wrote:
> [...]
> Right.  You need to apply the following patches, and re-install.
> [...]
>            echo $$"libdir='$(real_libdir)';"                   >> 
>bin/$(platform)/$(package)-$(version)/$$i ; \
>            echo $$"libexecdir='$(real_libdir)';"               >> 
>bin/$(platform)/$(package)-$(version)/$$i ; \
>            echo $$"datadir='$(real_datadir)';"                 >> 
>bin/$(platform)/$(package)-$(version)/$$i ; \
> +          echo $$"SED='$(SED)';"               >> 
>bin/$(platform)/$(package)-$(version)/$$i ; \
> +          echo $$"RAWCPP='$(RAWCPP)';"         >> 
>bin/$(platform)/$(package)-$(version)/$$i ; \
>            cat bin/$(platform)/$(package)-$(version)/$$i.prl   >> 
>bin/$(platform)/$(package)-$(version)/$$i ; \
>            $(CHMOD) $(BIN_PERMS) bin/$(platform)/$(package)-$(version)/$$i; \
>            echo "Done."; \

Please, please, always use

   echo '$$'"fobar"...

instead of

   echo $$"foobar"...

It doesn't do any harm in older bash/make-setups, but is definitely
neccessary in newer ones. (I know I reported this already several times,
but just to make sure this patch makes it into 2.09... :-)

-- 
Sven Panne                                        Tel.: +49/89/2178-2235
LMU, Institut fuer Informatik                     FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen              Oettingenstr. 67
mailto:[EMAIL PROTECTED]            D-80538 Muenchen
http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne

Reply via email to