7 Jul 2006 02:36
1.8.0: $< in makefile w/o an implicit rule
Mike Gran <spk121 <at> yahoo.com>
2006-07-07 00:36:44 GMT
2006-07-07 00:36:44 GMT
In guile-core-1.8-20060705, in libguile/Makefile, the target for "version.h: version.h.in" uses the macro $< when there isn't an implicit rule defined. This doesn't work in OpenBSD and AIX make. You could change the line "sed < $< > $ <at> .tmp" to "sed < version.h.in > $.tmp" perhaps. - Mike Gran __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Bug-guile mailing list Bug-guile <at> gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile
RSS Feed