diff options
author | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-01-18 12:22:47 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2015-01-18 12:22:47 +0100 |
commit | 34aef54e2798e738e0111927b3f8a616f49221e3 (patch) | |
tree | 823e42c25caef3a0714380dc132b5a7207949975 /mkdep | |
parent | 87889ba67add1e8abd77fdaacbfd831ee9335bcc (diff) | |
download | tcpdump-34aef54e2798e738e0111927b3f8a616f49221e3.tar.gz |
mkdep: It uses now the build environment PATH
Diffstat (limited to 'mkdep')
-rwxr-xr-x | mkdep | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -13,9 +13,6 @@ # @(#)mkdep.sh 5.11 (Berkeley) 5/5/88 # -PATH=/bin:/usr/bin:/usr/ucb:/usr/local:/usr/local/bin -export PATH - MAKE=Makefile # default makefile name is "Makefile" CC=cc # default C compiler is "cc" DEPENDENCY_CFLAG=-M # default dependency-generation flag is -M |