]> git.pld-linux.org Git - packages/net-tools.git/blob - net-tools-make_config_h.patch
- outdated in favour of -mii-tool-GigE.patch
[packages/net-tools.git] / net-tools-make_config_h.patch
1 --- net-tools-1.60/Makefile.orig        2001-04-15 16:34:31.000000000 +0200
2 +++ net-tools-1.60/Makefile     2004-01-05 19:21:08.972317088 +0100
3 @@ -159,11 +159,14 @@
4                 @tar -cvz -f ../net-tools-$(RELEASE).tar.gz -C .. net-tools
5  
6  
7 -config.h:      config.in Makefile 
8 -               @echo "Configuring the Linux net-tools (NET-3 Base Utilities)..." ; echo
9 -               @if [ config.status -nt config.in ]; \
10 +config.h:      config.in Makefile
11 +               @if [ ! -f config.h ]; \
12 +                   then echo "Configuring the Linux net-tools (NET-3 Base Utilities)..." ; \
13 +                   echo ; \
14 +                   if [ config.status -nt config.in ]; \
15                         then ./configure.sh config.status; \
16 -                  else ./configure.sh config.in; \
17 +                       else ./configure.sh config.in; \
18 +                   fi ; \
19                  fi
20  
21  
This page took 0.1644 seconds and 3 git commands to generate.