diff options
author | Eduardo Chappa <chappa@washington.edu> | 2013-08-28 22:31:55 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2013-08-28 22:31:55 -0600 |
commit | 9e9955aecf65dfbf80bb32c70feec4acadff2a66 (patch) | |
tree | 6ba472446445f48faeaeef730e8ff02e1371bbd9 /regex | |
parent | 93ff1074e538a1d60a04d79a3628d598d301e02e (diff) | |
download | alpine-9e9955aecf65dfbf80bb32c70feec4acadff2a66.tar.xz |
* Tune for help formatting in pine.hlp
* Pico: Justification works without need to define a quote string, it
allows justification of blocks indented with spaces.
Diffstat (limited to 'regex')
-rw-r--r-- | regex/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regex/Makefile.in b/regex/Makefile.in index 1f94a107..0ee7efea 100644 --- a/regex/Makefile.in +++ b/regex/Makefile.in @@ -144,6 +144,7 @@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ +LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIPO = @LIPO@ LN = @LN@ LN_S = @LN_S@ |