diff -Naur nasm-2.10/Makefile.in nasm-2.10-magellan/Makefile.in --- nasm-2.10/Makefile.in 2012-03-12 21:44:20.000000000 +0100 +++ nasm-2.10-magellan/Makefile.in 2012-03-23 10:52:42.920982932 +0100 @@ -49,8 +49,8 @@ .SUFFIXES: .c .i .s .$(O) .1 .man -.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf test -.PHONY: install_doc everything install_everything strip perlreq dist tags TAGS +.PHONY: all rdf install clean distclean cleaner spotless install_rdf test +.PHONY: everything install_everything strip perlreq dist tags TAGS .c.$(O): $(CC) -c $(ALL_CFLAGS) -o $@ $< @@ -206,7 +206,6 @@ cleaner: clean $(RM) -f $(PERLREQ) *.man nasm.spec - cd doc && $(MAKE) clean spotless: distclean cleaner $(RM) -f doc/Makefile doc/*~ doc/*.bak @@ -233,15 +232,9 @@ rdf_install install_rdf: cd rdoff && $(MAKE) install -doc: - cd doc && $(MAKE) all +everything: all rdf -doc_install install_doc: - cd doc && $(MAKE) install - -everything: all doc rdf - -install_everything: everything install install_doc install_rdf +install_everything: everything install install_rdf dist: spotless perlreq spec autoheader