From cf9636ea99bb5063a8c7d771c1e29f684b4b753a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 19 May 2009 23:31:34 +0200 Subject: [PATCH] tevent/python: Makefile was still trying to build some non AC_SUBST python targets Signed-Off-By: Jelmer Vernooij --- lib/tevent/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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:: -- 2.34.1