* Makefile.in: Don't use hotlist.o. Remove annoying message.

This commit is contained in:
Pavel Roskin 2001-06-02 06:55:45 +00:00
parent 47754df0c4
commit cacd759dde
2 changed files with 6 additions and 9 deletions

View File

@ -1,7 +1,10 @@
2001-06-02 Pavel Roskin <proski@gnu.org>
* Makefile.in: Don't use hotlist.o. Remove annoying message.
2001-06-01 Pavel Roskin <proski@gnu.org>
* gmain.c (x_init_dlg): Warning fix for buggy Gtk that doesn't
always cast the argument to GTK_OBJECT.
* gmain.c (x_init_dlg): Warning fix.
* Makefile.in: Don't use key.o.

View File

@ -117,7 +117,7 @@ ICONS = \
#
OOBJS = dlg.o screen.o widget.o wtools.o \
file.o find.o dialog.o view.o \
panelize.o hotlist.o background.o dir.o util.o \
panelize.o background.o dir.o util.o \
win.o color.o profile.o user.o ext.o setup.o \
terms.o fsusage.o mountlist.o \
regex.o complete.o command.o \
@ -233,12 +233,6 @@ mx: checklinks
$(MAKE) plain-gmc
$(MAKE) corba-gmc
$(MAKE) gmc-client
@echo ----------------------------------------------------------
@echo -
@echo - GMC no longer exists here. Use plain-gmc or corba-gmc
@echo - if you are debugging/working on this.
@echo -
@echo -----------------------------------------------------------
@touch mx
plain-gmc: $(OBJS) $(NORMALOBJS) $(DEPLIBS)