X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2Fautomake.mk;h=e741f5adbecac179060b1bbc5a394b68abf8737e;hb=5581c901aba8df3b31f6406d7fff09e26a9e7fc1;hp=5039c12247d683fc5e195182ea1df315724b5214;hpb=5dbf5abcbed01f04422d4dead1c0ae0bb7efde4f;p=pspp diff --git a/src/language/expressions/automake.mk b/src/language/expressions/automake.mk index 5039c12247..e741f5adbe 100644 --- a/src/language/expressions/automake.mk +++ b/src/language/expressions/automake.mk @@ -1,19 +1,19 @@ # PSPP - a program for statistical analysis. # Copyright (C) 2017 Free Software Foundation, Inc. -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# +# ## Process this file with automake to produce Makefile.in -*- makefile -*- language_expressions_sources = \ @@ -43,7 +43,11 @@ $(expressions_built_sources): $(helpers) $(AV_V_GEN)$(MKDIR_P) `dirname $@` && \ $(PERL) $< -o $@ -i $(top_srcdir)/src/language/expressions/operations.def -AM_CPPFLAGS += -I$(top_builddir)/src/language/expressions \ +AM_CPPFLAGS += -I$(abs_top_builddir)/src/language/expressions \ -I$(top_srcdir)/src/language/expressions EXTRA_DIST += src/language/expressions/TODO + +# This seems to be necessary in order to prevent issues building the native +# build when cross compiling +src/language/expressions/evaluate.lo: $(expressions_built_sources)