]> git.pld-linux.org Git - packages/net-tools.git/blame - net-tools-make_config_h.patch
- rediffed
[packages/net-tools.git] / net-tools-make_config_h.patch
CommitLineData
03596bd7
AM
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`"
75e43700 5
03596bd7 6 config.h: config.in Makefile
75e43700 7- @echo "Configuring the Linux net-tools (NET-3 Base Utilities)..." ; echo
8- @if [ config.status -nt config.in ]; \
03596bd7 9- then ./configure.sh config.status; \
75e43700 10- else ./configure.sh config.in; \
03596bd7
AM
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; \
75e43700 17+ else ./configure.sh config.in; \
03596bd7
AM
18+ fi ; \
19+ fi
75e43700 20
21
03596bd7 22 version.h: Makefile
This page took 0.108622 seconds and 4 git commands to generate.