tevent/python: Makefile was still trying to build some non AC_SUBST python targets
authorJelmer Vernooij <jelmer@samba.org>
Tue, 19 May 2009 21:31:34 +0000 (23:31 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 19 May 2009 21:33:00 +0000 (23:33 +0200)
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
lib/tevent/Makefile.in

index d188e6b38d54c54e493ee9b42a310a230c49438d..253b1e1d1241267c5eee06384fede164ddb579c2 100644 (file)
@@ -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::