diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-05-19 23:31:34 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-05-19 23:33:00 +0200 |
commit | cf9636ea99bb5063a8c7d771c1e29f684b4b753a (patch) | |
tree | abe3729fd32a60780b0c7e18407be338bc683d4f /lib/tevent | |
parent | ae386415b6fd15081f3b94faec917dafdeee1f93 (diff) | |
download | samba-cf9636ea99bb5063a8c7d771c1e29f684b4b753a.tar.gz samba-cf9636ea99bb5063a8c7d771c1e29f684b4b753a.tar.bz2 samba-cf9636ea99bb5063a8c7d771c1e29f684b4b753a.zip |
tevent/python: Makefile was still trying to build some non AC_SUBST python targets
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/Makefile.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/tevent/Makefile.in b/lib/tevent/Makefile.in index d188e6b38d..253b1e1d12 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:: |