Magellan Linux

Contents of /trunk/nasm/patches/nasm-0.98.36-remove-doc-target.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 958 byte(s)
-import

1 --- Makefile.in.orig Sun Sep 8 03:43:30 2002
2 +++ Makefile.in Sun Sep 8 03:46:45 2002
3 @@ -32,8 +32,8 @@
4
5 .SUFFIXES: .c .i .s .$(O) .1 .man
6
7 -.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf
8 -.PHONY: install_doc everything install_everything strip perlreq dist
9 +.PHONY: all rdf install clean distclean cleaner spotless install_rdf
10 +.PHONY: everything install_everything strip perlreq dist
11
12 .c.$(O):
13 $(CC) -c $(CFLAGS) -o $@ $<
14 @@ -135,7 +135,6 @@
15
16 cleaner: clean
17 rm -f $(PERLREQ) *.man nasm.spec
18 - cd doc && $(MAKE) clean
19
20 spotless: distclean cleaner
21
22 @@ -148,15 +147,9 @@
23 rdf_install install_rdf:
24 cd rdoff && $(MAKE) install
25
26 -doc:
27 - cd doc && $(MAKE) all
28 +everything: all rdf
29
30 -doc_install install_doc:
31 - cd doc && $(MAKE) install
32 -
33 -everything: all doc rdf
34 -
35 -install_everything: everything install install_doc install_rdf
36 +install_everything: everything install install_rdf
37
38 dist: spotless perlreq
39 autoconf