isl_test.c: test_ast: avoid invalid access on error
[platform/upstream/isl.git] / Makefile.am
index f8a623d..1a74f07 100644 (file)
@@ -66,6 +66,7 @@ libisl_la_SOURCES = \
        isl_convex_hull.c \
        isl_ctx.c \
        isl_ctx_private.h \
+       isl_deprecated.c \
        isl_dim.c \
        isl_dim_map.h \
        isl_dim_map.c \
@@ -288,7 +289,7 @@ gitversion.h: @GIT_HEAD@
        $(AM_V_GEN)echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@
 
 install-data-local: $(srcdir)/isl.py
-       @libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p}" \
+       @libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p;}" \
                 $(builddir)/libisl.la`; \
        case $$libisl in \
        '') echo Cannot find isl library name. GDB bindings not installed.;; \