diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-11 19:43:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-11 19:43:34 +0000 |
commit | 30b7d1b936b048f3ab9f1c35832891f407cdb6cf (patch) | |
tree | 10a65136401ebcb563dfc6079f6374a222d67639 /configure | |
parent | 1433c6b6cc52822168df6b824eefe0670671026c (diff) | |
download | execline-30b7d1b936b048f3ab9f1c35832891f407cdb6cf.tar.xz |
- typo fix in configure
- do not depend on /bin/true
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ LDFLAGS := $LDFLAGS_AUTO LDFLAGS_NOSHARED := $LDFLAGS_NOSHARED CROSS_COMPILE := $cross -vpath lib%a$vpaths +vpath lib%.a$vpaths EOF if $allstatic ; then echo ".LIBPATTERNS := lib%.a" |