From: Peter Johnson Date: Wed, 5 Apr 2006 02:05:19 +0000 (-0000) Subject: * Makefile.am: Unbreak build for when Python bindings aren't being built; X-Git-Tag: v0.5.0rc2~2^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02b8ac4eb018472faca77eab361d3635f31e204a;p=yasm * 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 --- 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)