From kde-core-devel Tue Dec 10 21:22:58 2002 From: Dirk Mueller Date: Tue, 10 Dec 2002 21:22:58 +0000 To: kde-core-devel Subject: Re: [PATCH] Re: [am_edit bug?] foo_CXXFLAGS doesn't seem to work X-MARC-Message: https://marc.info/?l=kde-core-devel&m=103955556729314 On Die, 10 Dez 2002, Marc Mutz wrote: > Frankly, I've no idea what @AMDEPBACKSLASH@ expands to other than a > backslash, but if it's necessary to have this macro restored and not a > plain backslash, No, the reason are those AM_DEPFOOBAR lines at the beginning. they either expand to "" or to "#", and a continuation character at the end of a comment gives a "undefined behaviour" warning, thats why they had to encapsulate that one as well. I figure by replacing them with \ after edit it will remove the workaround AM_BACKSLASH tried to implement. -- Dirk (received 632 mails today)