X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.am;h=7e5e22973768324ffbc239b5b7988f3ea0209fa4;hb=48d74f97114a76563753918da8708d45098fbf1d;hp=a047298cba5f5c3854bab6d2674fee40c59b1852;hpb=1d24b669118fdf3097b165093fd75905ec450589;p=fw%2Fopenocd diff --git a/Makefile.am b/Makefile.am index a047298cb..7e5e22973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,8 @@ # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = gnu 1.6 +.DELETE_ON_ERROR: + # make sure we pass the correct jimtcl flags to distcheck DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim @@ -34,7 +36,6 @@ AM_CFLAGS = $(GCC_WARNINGS) AM_CPPFLAGS = $(HOST_CPPFLAGS)\ -I$(top_srcdir)/src \ -I$(top_builddir)/src \ - -I$(top_srcdir)/src/helper \ -DPKGDATADIR=\"$(pkgdatadir)\" \ -DBINDIR=\"$(bindir)\"