mirror of https://github.com/MidnightCommander/mc
* Makefile.in: Don't use subshell.o.
This commit is contained in:
parent
826a5594ac
commit
813a5b6d27
|
@ -1,3 +1,7 @@
|
|||
2001-05-29 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: Don't use subshell.o.
|
||||
|
||||
2001-05-26 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* glayout.c (gnome_panel_layout_menu): Status bar messages for
|
||||
|
@ -148,11 +152,11 @@ Wed Jan 10 15:52:51 2001 Jonathan Blandford <jrb@redhat.com>
|
|||
|
||||
2000-08-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: don't do anything with *.inc - they are gone
|
||||
* Makefile.in: Don't do anything with *.inc - they are gone
|
||||
|
||||
2000-08-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: don't use info.o, chmod.o, chown.o, achown.o,
|
||||
* Makefile.in: Don't use info.o, chmod.o, chown.o, achown.o,
|
||||
@XCURSES@ and option.o
|
||||
|
||||
2000-08-21 Jonathan Blandford <jrb@redhat.com>
|
||||
|
|
|
@ -119,7 +119,7 @@ OOBJS = dlg.o screen.o widget.o wtools.o boxes.o \
|
|||
file.o find.o dialog.o key.o view.o \
|
||||
panelize.o hotlist.o background.o dir.o util.o \
|
||||
win.o color.o profile.o user.o ext.o setup.o \
|
||||
subshell.o terms.o fsusage.o mountlist.o \
|
||||
terms.o fsusage.o mountlist.o \
|
||||
regex.o complete.o command.o \
|
||||
cmd.o utilunix.o xslint.o filenot.o \
|
||||
fileopctx.o treestore.o mad.o
|
||||
|
|
Loading…
Reference in New Issue