Jason Stover <[EMAIL PROTECTED]> writes:
> $ uname -ap
> OpenBSD math.gcsu.edu 3.8 GENERIC#138 i386 Intel(R) Xeon(TM) CPU 2.80GHz
> ("GenuineIntel" 686-class)
>
> The following trouble happens with OBSD's make, not GNU make. (It works fine
> with GNU make on this machine.)
I think the problem is the following in src/automake.mk:
src/%: AM_CPPFLAGS += \
-I$(top_srcdir)/src/math \
-I$(top_srcdir)/src/ui/terminal \
-I$(top_srcdir)/src/libpspp \
-I$(top_srcdir)/src/data \
-I$(top_srcdir)/src/output \
-I$(top_srcdir)/src/language \
-I$(top_srcdir)/src/language/lexer \
-I$(top_srcdir)/src/language/control
This kind of variable definition is GNU make specific. We should
fix that.
--
Ben Pfaff
email: [EMAIL PROTECTED]
web: http://benpfaff.org
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev