]> git.pld-linux.org Git - packages/apparmor-parser.git/blob - apparmor-parser-make.patch
- up to 2.5
[packages/apparmor-parser.git] / apparmor-parser-make.patch
1 --- parser.org/Makefile 2010-03-11 08:28:38.000000000 +0100
2 +++ parser/Makefile     2010-03-16 22:42:34.830028680 +0100
3 @@ -125,9 +125,12 @@
4  techdoc.txt: techdoc/index.html
5         w3m -dump $< > $@
6  
7 -all:   $(TOOLS) $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf
8 +main:  $(TOOLS)
9         $(Q)make -C po all
10 -       $(Q)make -s tests
11 +
12 +docs:  $(MANPAGES) ${HTMLMANPAGES}
13 +
14 +all:   main docs tests
15  
16  apparmor_parser: $(OBJECTS) $(PCREOBJECTS) $(AAREOBJECTS)
17         rm -f ./libstdc++.a
This page took 0.08635 seconds and 3 git commands to generate.