From 02b8ac4eb018472faca77eab361d3635f31e204a Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Wed, 5 Apr 2006 02:05:19 +0000 Subject: [PATCH] * Makefile.am: Unbreak build for when Python bindings aren't being built; also more cleanly hook into all target. svn path=/trunk/yasm/; revision=1459 --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index d2921e1e..39c438db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,11 +97,9 @@ if HAVE_PYTHON -rm -rf build endif -if HAVE_PYTHON -all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) config.h python-build +all-local: python-build install-hook: python-install uninstall-hook: python-uninstall -endif if BUILD_MAN MAINTAINERCLEANFILES = $(dist_man_MANS) -- 2.49.0