diff options
Diffstat (limited to 'pico')
-rw-r--r-- | pico/Makefile.in | 1 | ||||
-rw-r--r-- | pico/osdep/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pico/Makefile.in b/pico/Makefile.in index 82ff2d64..730e1331 100644 --- a/pico/Makefile.in +++ b/pico/Makefile.in @@ -201,6 +201,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ diff --git a/pico/osdep/Makefile.in b/pico/osdep/Makefile.in index d9e6cedf..d6823a22 100644 --- a/pico/osdep/Makefile.in +++ b/pico/osdep/Makefile.in @@ -152,6 +152,7 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ +LS = @LS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBOBJS = @LTLIBOBJS@ |