Can you try the attached patch. J'
On Thu, Oct 02, 2008 at 09:04:15AM -0300, Michel Boaventura wrote:
I'm building on my Ubuntu, using Mingw, but I think that's a bug
because the make complains
about a missing q2c.exe, then I rename q2c to q2c.exe and type make
again and it works.
I guess nobody complains before because this only happens when you use
a extension, who isn't
used on linux, bsd,mac or any other unix.
Michel
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
diff --git a/src/language/lexer/automake.mk b/src/language/lexer/automake.mk index e0efbb6..aa9fd7a 100644 --- a/src/language/lexer/automake.mk +++ b/src/language/lexer/automake.mk @@ -17,7 +17,7 @@ EXTRA_DIST += src/language/lexer/q2c.c src/language/lexer/q2c$(EXEEXT_FOR_BUILD): $(top_srcdir)/src/language/lexer/q2c.c @$(MKDIR_P) `dirname [EMAIL PROTECTED] - $(CC_FOR_BUILD) $(top_srcdir)/src/language/lexer/q2c.c -o $(top_builddir)/src/language/lexer/q2c + $(CC_FOR_BUILD) $(top_srcdir)/src/language/lexer/q2c.c -o $@ CLEANFILES += src/language/lexer/q2c$(EXEEXT_FOR_BUILD)
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
