Mon May 4 10:27:49 1998 Norbert Warmuth <k3190@fh-sw.de>

* Makefile.in: Links to mad.c and mad.h were created wrong when
srcdir != builddir and directory depth to srcdir and builddir were
different (e.g. $srcdir=/src/mc and $builddir=/src/compile/mc)
This commit is contained in:
Norbert Warmuth 1998-05-04 09:42:55 +00:00
parent 3b631ed12e
commit 3ba4b676a3
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
Mon May 4 10:27:49 1998 Norbert Warmuth <k3190@fh-sw.de>
* Makefile.in: Links to mad.c and mad.h were created wrong when
srcdir != builddir and directory depth to srcdir and builddir were
different (e.g. srcdir=/src/mc and builddir=/src/compile/mc)
* ftpfs.c (retrieve_file_start2): Don't create target file O_EXCL,
in copy_file_file we check existance of the target file and know
that we want to truncate it.

View File

@ -50,7 +50,7 @@ checklinks:
else $(MAKE) sourcelinks; fi
sourcelinks:
-cd $(vfsdir); $(LN_S) $(rootdir)/src/mad.c $(rootdir)/src/mad.h . >/dev/null 2>&1; true
-cd $(vfsdir); $(LN_S) ../src/mad.c ../src/mad.h . >/dev/null 2>&1; true
mcserv: checklinks
$(MAKE) mcservx