bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.8.0: $< in makefile w/o an implicit rule


From: Mike Gran
Subject: 1.8.0: $< in makefile w/o an implicit rule
Date: Thu, 6 Jul 2006 17:36:44 -0700 (PDT)

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 < $< > address@hidden" 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 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]