In Evolution, in shell/ directory, in /addressbook/gui/component, in
calendar/gui, in mail/, and in calendar/gui/alarm-notify/, Makefile has
the following (it has some variations from one Makefile to another but
they don't differ a lot, you only need to search for 'sed -e' till you
find some similarities with these line) :
%.server.in: %.server.in.in
sed -e 's|\ BINDIR_IN_SERVER_FILE\@|$(bindir_in_server_file)|'\
-e
's|\ PRIVLIBEXECDIR_IN_SERVER_FILE\@|$(privlibexecdir_in_server_file)|'\
-e 's|\ COMPONENTDIR_IN_SERVER_FILE\@|$(componentdir_in_server_file)|'\
-e 's|\ VERSION\@|$(BASE_VERSION)|' \ -e
's|\ EXEEXT\@|$(EXEEXT)|' \ -e
's|\ SOEXT\@|$(SOEXT)|' \ -e
's|\ INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@
It wouldn't compile because of the \ close to ' in the first 3 lines.
;)
P.S.: Should I say this to this list, or should I contact anyone?
Or perhaps should I keep my mouth shut? Any guidance please?
P.S.2: Is this being generated by a parent Makefile, where I should
change this? Should I do in the future as I did now and change them all?
Attachment:
signature.asc
Description: PGP signature