Browse Source

* Makefile.in: don't use info.o, chmod.o, chown.o, achown.o,
@XCURSES@ and option.o

Pavel Roskin 24 years ago
parent
commit
7e589ca66a
2 changed files with 10 additions and 5 deletions
  1. 5 0
      gnome/ChangeLog
  2. 5 5
      gnome/Makefile.in

+ 5 - 0
gnome/ChangeLog

@@ -1,3 +1,8 @@
+2000-08-22  Pavel Roskin  <proski@gnu.org>
+
+	* 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>
 
 	* gmount.c (create_device_link): Fix memory leak.  Also, make sure

+ 5 - 5
gnome/Makefile.in

@@ -127,13 +127,13 @@ LOBJS = mad.o
 #
 # These objects from ../src do depend on HAVE_GNOME
 #
-OOBJS = dlg.o screen.o widget.o wtools.o info.o boxes.o		\
-	file.o find.o dialog.o key.o chmod.o chown.o view.o	\
+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 achown.o fsusage.o mountlist.o	\
-	@XCURSES@ @REGEX_O@ complete.o command.o		\
-	option.o cmd.o utilunix.o xslint.o gdialogs.o filenot.o	\
+	subshell.o terms.o fsusage.o mountlist.o		\
+	@REGEX_O@ complete.o command.o				\
+	cmd.o utilunix.o xslint.o gdialogs.o filenot.o		\
 	fileopctx.o treestore.o
 
 CORBAOBJS = 			\