diff -Naur nasm-2.02/Makefile.in nasm-2.02-magellan/Makefile.in --- nasm-2.02/Makefile.in 2008-02-19 20:09:18.000000000 +0100 +++ nasm-2.02-magellan/Makefile.in 2008-02-26 18:49:06.000000000 +0100 @@ -43,8 +43,8 @@ .SUFFIXES: .c .i .s .$(O) .1 .man -.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf -.PHONY: install_doc everything install_everything strip perlreq dist +.PHONY: all rdf install clean distclean cleaner spotless install_rdf +.PHONY: everything install_everything strip perlreq dist .c.$(O): $(CC) -c $(ALL_CFLAGS) -o $@ $< @@ -171,7 +171,6 @@ cleaner: clean $(RM) -f $(PERLREQ) *.man nasm.spec - cd doc && $(MAKE) clean spotless: distclean cleaner $(RM) -f doc/Makefile doc/*~ doc/*.bak @@ -185,15 +184,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