More make distcheck fixes

This commit is contained in:
Miguel de Icaza 1998-12-16 02:59:18 +00:00
parent 2651c80364
commit 459ba9ee9e
3 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@ rootdir = $(srcdir)
@MCFGR@@MCF@
foreigndirs=pc
codedirs=vfs lib doc slang edit gtkedit src gnome new_icons icons idl
codedirs=vfs lib doc slang gtkedit src gnome new_icons icons idl
unixdirs=intl $(codedirs) @POSUB@
alldirs=$(unixdirs) $(foreigndirs)
subdirs=$(alldirs)

View File

@ -154,8 +154,7 @@ CORBA_GENERATED = \
FileManager-common.c
CORBA_SOURCES = \
gcorba.c \
FileManager-impl.c
gcorba.c
$(CORBA_GENERATED): $(rootdir)/idl/FileManager.idl
orbit-idl `gnome-config --cflags idl` $(rootdir)/idl/FileManager.idl

View File

@ -63,6 +63,6 @@ distclean:
-$(RMF) $(srcdir)/*~ $(srcdir)/Makefile
distcopy:
$(CP) $(DISTICONS) ../../mc-$(VERSION)/icons
$(CP) $(DISTICONS) ../../mc-$(VERSION)/new_icons
depend dep: