add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / libs / polarssl / patches / 110-make.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -7,7 +7,7 @@ PREFIX=polarssl_
4  all:
5         cd library  && $(MAKE) all && cd ..
6         cd programs && $(MAKE) all && cd ..
7 -       cd tests && $(MAKE) all && cd ..
8 +       #cd tests && $(MAKE) all && cd ..
9  
10  install:
11         mkdir -p $(DESTDIR)/include/polarssl
12 @@ -28,7 +28,7 @@ install:
13  clean:
14         cd library  && $(MAKE) clean && cd ..
15         cd programs && $(MAKE) clean && cd ..
16 -       cd tests && $(MAKE) clean && cd ..
17 +       #cd tests && $(MAKE) clean && cd ..
18  
19  check:
20         ( cd tests && $(MAKE) check )