Adjusted lists of distributed files

Fixed rules for rebuilding makefiles
This commit is contained in:
Pavel Roskin 2000-08-18 05:18:47 +00:00
parent 556b80503c
commit 5b11ed2900
7 changed files with 21 additions and 7 deletions

View File

@ -1,5 +1,8 @@
2000-08-18 Pavel Roskin <proski@gnu.org>
* Makefile.in, lib/Makefile.in: adjusted lists of distributed
files
* configure.in: Simplified dependency tracking by using
"-include" with GNU Make
* autogen.sh: Exit on all failures

View File

@ -18,8 +18,8 @@ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
Makefile.in FAQ COPYING create_vcs install-sh \
config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \
VERSION mcfn_install.in Make.common.in README.PC \
mc.spec mc.spec.in README.QNX VERSION.in \
mkinstalldirs autogen.sh ABOUT-NLS gettext.m4 \
mc.spec mc.spec.in README.QNX VERSION.in MAINTAINERS \
mkinstalldirs ABOUT-NLS gettext.m4 BUGS ChangeLog\
config.guess config.sub README.smbfs
all:

View File

@ -1,3 +1,8 @@
2000-08-18 Pavel Roskin <proski@gnu.org>
* Makefile.in: adjusted list of distributed files.
Added rule for rebuilding Makefile
2000-08-08 Pavel Roskin <proski@gnu.org>
* gtkedit.c [GTK]: don't include mousemark.h

View File

@ -26,10 +26,13 @@ EDITSRC = edit.c editcmd.c editdraw.c gtkedit.c gtkeditkey.c \
EDITOBJS = edit.o editcmd.o editdraw.o gtkedit.o gtkeditkey.o \
propfont.o syntax.o wordproc.o bookmark.o
DIST = Makefile.in $(EDITSRC)
DIST = ChangeLog Makefile.in $(EDITSRC)
all: @libgtkedit@
Makefile: $(srcdir)/Makefile.in $(builddir)/config.status
cd $(builddir) && CONFIG_FILES=gtkedit/Makefile CONFIG_HEADERS= $(SHELL) ./config.status
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -DGTK $<

View File

@ -28,7 +28,6 @@ DISTLIB = \
$(DESKTOP_FILES) \
Makefile.in tdiff \
xnc.hlp ncurses.h \
mc.sh mc.csh \
mcserv.init \
mcserv.pamd \
tkmc.wmconfig \

View File

@ -1,3 +1,8 @@
2000-08-18 Pavel Roskin <proski@gnu.org>
* Makefile.in: adjusted lists of distributed files.
Makefile rebuilding fixed.
2000-08-08 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* ftpfs.c (dir_load): taken it out, it needs to correctly provide

View File

@ -71,7 +71,6 @@ SAMBA_DIST_INCLUDE = \
byteorder.h \
charset.h \
client.h \
config.h \
config.h.in \
dlinklist.h \
includes.h \
@ -92,7 +91,7 @@ SAMBA_DIST_INCLUDE = \
rpc_wkssvc.h \
rpcclient.h \
smb.h \
stamp-h \
stamp-h.in \
trans2.h \
version.h
@ -269,7 +268,7 @@ libvfs.a: $(VFSSOOBJS)
-$(RANLIB) $@
Makefile: $(srcdir)/Make-mc.in $(builddir)/config.status
cd $(builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
cd $(builddir) && CONFIG_FILES=vfs/Makefile:vfs/Make-mc.in CONFIG_HEADERS= $(SHELL) ./config.status
#