]> git.pld-linux.org Git - packages/net-tools.git/blob - net-tools-make_config_h.patch
415316b5c4e342ad0251e8bc29a72ba97e1ba7a9
[packages/net-tools.git] / net-tools-make_config_h.patch
1 --- net-tools/Makefile~ 2015-10-02 10:24:26.000000000 +0200
2 +++ net-tools/Makefile  2015-10-02 10:26:37.964020572 +0200
3 @@ -132,11 +132,14 @@ distcheck:        dist
4                 @printf "\nThe tarball is ready to go:\n%s\n" "`du -b net-tools-$(RELEASE).tar.xz`"
5  
6  config.h:      config.in Makefile
7 -               @echo "Configuring the Linux net-tools (NET-3 Base Utilities)..." ; echo
8 -               @if [ config.status -nt config.in ]; \
9 -                       then ./configure.sh config.status; \
10 -                  else ./configure.sh config.in; \
11 -                fi
12 +               @if [ ! -f config.h ]; \
13 +                       then echo "Configuring the Linux net-tools (NET-3 Base Utilities)..." ; \
14 +                       echo ; \
15 +                       if [ config.status -nt config.in ]; \
16 +                               then ./configure.sh config.status; \
17 +                       else ./configure.sh config.in; \
18 +                       fi ; \
19 +               fi
20  
21  
22  version.h:     Makefile
This page took 0.064616 seconds and 4 git commands to generate.