changeset 17773:a230b996ae8a

Put dldfcn CPPFLAGS ahead of AM_CPPFLAGS (bug #36064) * libinterp/dldfcn/config-module.awk: Put dldfcn CPPFLAGS ahead of AM_CPPFLAGS.
author Rik <rik@octave.org>
date Sun, 27 Oct 2013 09:01:04 -0700
parents 7900595f1533
children 5864220974dc
files libinterp/dldfcn/config-module.awk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/config-module.awk	Sun Oct 27 08:34:05 2013 -0400
+++ b/libinterp/dldfcn/config-module.awk	Sun Oct 27 09:01:04 2013 -0700
@@ -66,7 +66,7 @@
       {
         printf ("dldfcn/%s.df: CPPFLAGS += %s\n",
                 basename, cppflags[i]);
-        printf ("dldfcn_%s_la_CPPFLAGS = $(AM_CPPFLAGS) %s\n",
+        printf ("dldfcn_%s_la_CPPFLAGS = %s $(AM_CPPFLAGS)\n",
                 basename, cppflags[i]);
       }
     printf ("dldfcn_%s_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED_LDFLAG) %s $(OCT_LINK_OPTS)\n",