* Makefile.in (OURLIBS): Merge with ...

(LIBS): ... this. Add @LIBICONV@.
Reported by Libor Motyka <l_motycka@ortex.cz>
This commit is contained in:
Pavel Roskin 2001-07-12 15:02:06 +00:00
parent 269737723a
commit dbb9234674
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
2001-07-12 Pavel Roskin <proski@gnu.org>
* Makefile.in (OURLIBS): Merge with ...
(LIBS): ... this. Add @LIBICONV@.
Reported by Libor Motyèka <l_motycka@ortex.cz>
* subshell.c (subshell_name_quote): New function. Quote all
characters as octals, use command substitution.
(do_subshell_chdir): Use subshell_name_quote(). Don't change

View File

@ -11,8 +11,8 @@ CFLAGS = $(XCFLAGS)
CPPFLAGS = $(XCPPFLAGS) @MCCFLAGS@ -DREGEX_MALLOC
LDFLAGS = $(XLDFLAGS)
DEFS = $(XDEFS)
LIBS = $(XLIBS) @TERMNET@ $(XLIB) @TERMNET@ @MCLIBS@
OURLIBS = @LVFS@ @LSLANG@ @LEDIT@ @LGPM@ @LINTL@
LIBS = @LSLANG@ @LEDIT@ @LVFS@ @LINTL@ @LGPM@ \
$(XLIBS) $(XLIB) @TERMNET@ @MCLIBS@ @LIBICONV@
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ $(top_builddir)/slang/@LIBSLANG@ \
$(top_builddir)/edit/@LIBEDIT_A@ @INTLDEPS@
INSTALL = @INSTALL@
@ -81,7 +81,7 @@ check:
@echo no tests are supplied.
mc: $(OBJS) $(DEPLIBS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) -L../vfs -L../slang -L../edit $(OURLIBS) $(LIBS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) -L../vfs -L../slang -L../edit $(LIBS)
man2hlp: man2hlp.o
$(CC) $(LDFLAGS) man2hlp.o -o man2hlp