Browse Source
Generate paths.sh by configure, do away with paths.mk. Signed-off-by: Alexey Neyman <stilor@att.net>dev-linux

7 changed files with 33 additions and 4 deletions
@ -0,0 +1,12 @@
|
||||
export install="@INSTALL@" |
||||
export bash="@BASH_SHELL@" |
||||
export awk="@AWK@" |
||||
export grep="@GREP@" |
||||
export make="@MAKE@" |
||||
export sed="@SED@" |
||||
export libtool="@LIBTOOL@" |
||||
export libtoolize="@LIBTOOLIZE@" |
||||
export objcopy="@OBJCOPY@" |
||||
export objdump="@OBJDUMP@" |
||||
export readelf="@READELF@" |
||||
export patch="@PATCH@" |
Loading…
Reference in new issue