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 < $< > [EMAIL PROTECTED]" 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 [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
