From: Jelmer Vernooij Date: Tue, 19 May 2009 21:31:34 +0000 (+0200) Subject: tevent/python: Makefile was still trying to build some non AC_SUBST python targets X-Git-Tag: tdb-1.1.5~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf9636ea99bb5063a8c7d771c1e29f684b4b753a;p=thirdparty%2Fsamba.git tevent/python: Makefile was still trying to build some non AC_SUBST python targets Signed-Off-By: Jelmer Vernooij --- diff --git a/lib/tevent/Makefile.in b/lib/tevent/Makefile.in index d188e6b38d5..253b1e1d124 100644 --- a/lib/tevent/Makefile.in +++ b/lib/tevent/Makefile.in @@ -22,11 +22,6 @@ SHLD_FLAGS = @SHLD_FLAGS@ PACKAGE_VERSION = @PACKAGE_VERSION@ PICFLAG = @PICFLAG@ SHLIBEXT = @SHLIBEXT@ -PYTHON = @PYTHON@ -PYTHON_CONFIG = @PYTHON_CONFIG@ -PYTHON_BUILD_TARGET = @PYTHON_BUILD_TARGET@ -PYTHON_INSTALL_TARGET = @PYTHON_INSTALL_TARGET@ -PYTHON_CHECK_TARGET = @PYTHON_CHECK_TARGET@ LIB_PATH_VAR = @LIB_PATH_VAR@ teventdir = @teventdir@ @@ -49,7 +44,7 @@ default: all include $(teventdir)/tevent.mk include $(teventdir)/rules.mk -all:: showflags dirs $(PROGS) $(TEVENT_SOLIB) libtevent.a $(PYTHON_BUILD_TARGET) +all:: showflags dirs $(PROGS) $(TEVENT_SOLIB) libtevent.a install:: all $(TEVENT_SOLIB): $(TEVENT_OBJ) @@ -66,7 +61,6 @@ shared-build: all check: test -test:: $(PYTHON_CHECK_TARGET) installcheck:: test install clean::