[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Possible Bug in Makefile
From: |
Michel Boaventura |
Subject: |
Possible Bug in Makefile |
Date: |
Wed, 1 Oct 2008 18:26:48 -0300 |
Hello all,
Im still trying to compile PSPP to windows, and find a problem who maybe its a bug.
Loot as those lines of the makefile from the version 0.6.0:
src/language/lexer/q2c$(EXEEXT_FOR_BUILD): $(top_srcdir)/src/language/lexer/q2c.c
@$(MKDIR_P) `dirname address@hidden
$(CC_FOR_BUILD) $(top_srcdir)/src/language/lexer/q2c.c -o $(top_builddir)/src/language/lexer/q2c
The object compiled does not have the $(EXEEXT_FOR_BUILD) in its and, so if you try to compile q2c.exe,
the program will still call q2c.
Bye,
Michel
- Possible Bug in Makefile,
Michel Boaventura <=