mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-22 03:02:06 +03:00
* Makefile.in (OURLIBS): Merge with ...
(LIBS): ... this. Add @LIBICONV@. Reported by Libor Motyka <l_motycka@ortex.cz>
This commit is contained in:
parent
269737723a
commit
dbb9234674
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user