Magellan Linux

Contents of /trunk/nasm/patches/nasm-2.02-remove-doc-target.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 499 - (show annotations) (download)
Tue Feb 26 17:46:43 2008 UTC (16 years, 2 months ago) by niro
File size: 1121 byte(s)
-re-diffed for 2.02

1 diff -Naur nasm-2.02/Makefile.in nasm-2.02-magellan/Makefile.in
2 --- nasm-2.02/Makefile.in 2008-02-19 20:09:18.000000000 +0100
3 +++ nasm-2.02-magellan/Makefile.in 2008-02-26 18:49:06.000000000 +0100
4 @@ -43,8 +43,8 @@
5
6 .SUFFIXES: .c .i .s .$(O) .1 .man
7
8 -.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf
9 -.PHONY: install_doc everything install_everything strip perlreq dist
10 +.PHONY: all rdf install clean distclean cleaner spotless install_rdf
11 +.PHONY: everything install_everything strip perlreq dist
12
13 .c.$(O):
14 $(CC) -c $(ALL_CFLAGS) -o $@ $<
15 @@ -171,7 +171,6 @@
16
17 cleaner: clean
18 $(RM) -f $(PERLREQ) *.man nasm.spec
19 - cd doc && $(MAKE) clean
20
21 spotless: distclean cleaner
22 $(RM) -f doc/Makefile doc/*~ doc/*.bak
23 @@ -185,15 +184,9 @@
24 rdf_install install_rdf:
25 cd rdoff && $(MAKE) install
26
27 -doc:
28 - cd doc && $(MAKE) all
29 +everything: all rdf
30
31 -doc_install install_doc:
32 - cd doc && $(MAKE) install
33 -
34 -everything: all doc rdf
35 -
36 -install_everything: everything install install_doc install_rdf
37 +install_everything: everything install install_rdf
38
39 dist: spotless perlreq spec
40 autoheader