Re: Please fix Makefile.in or add gmake to the package
Martin Gasbichler <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <u6y8jc3qyq.fsf__22184.4178428457$1095235069$gmane$org@informatik.uni-tuebingen.de> |
Heath Putnam <[email protected]> writes: > Dear Scsh maintainer(s), > > When compiling 0.6.6, there a problem if you use the default OpenBSD > make. > > You'll get the error: > Using $< in a non-suffix rule context is a GNUmake idiom (line 942 of Makefile) > > Here's my fix: > > diff Makefile.in Makefile.in.fixed > 942c942 > < -e 's|@scsh_LDFLAGS@|$(LDFLAGS)|g' $< > $@ > --- >> -e 's|@scsh_LDFLAGS@|$(LDFLAGS)|g' scsh/configure.scm.in > $@ Brian seems to have fixed this in CVS a little while ago. -- Martin