mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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:
parent
3b631ed12e
commit
3ba4b676a3
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user