* Martin Jacobs <[EMAIL PROTECTED]> [2007-12-20 11:48]: > Hello, Hi Martin!
Sorry that the answer comes so late! > doing a vanilla compile/install of centerim 4.22.2 from > tarball comes up with an error in file > > src/Makefile.in > > My make (GNU Make version 3.79.1) complains about a target '|' > with no rule. Changing line 1063 from > > $(centerim_OBJECTS) git-version.h : | git_version > > to > > $(centerim_OBJECTS) git-version.h : git_version > > fixes this problem. "|" invokes a feature which is available in GNU make 3.80 and higher, called order-only preriquites. I now added a test to configure to see if we have a make which supports it. For details see: http://tinyurl.com/5ksmab -- _______________________________________________ Centerim-devel mailing list [email protected] http://centerim.org/mailman/listinfo/centerim-devel http://www.centerim.org/
