]> granicus.if.org Git - yasm/commitdiff
* Makefile.am: Unbreak build for when Python bindings aren't being built;
authorPeter Johnson <peter@tortall.net>
Wed, 5 Apr 2006 02:05:19 +0000 (02:05 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 5 Apr 2006 02:05:19 +0000 (02:05 -0000)
also more cleanly hook into all target.

svn path=/trunk/yasm/; revision=1459

Makefile.am

index d2921e1e783cd88f27de42bba45412cb99aaad11..39c438dbd6f267475ab53b94495d335aea0bdd41 100644 (file)
@@ -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)