mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace "ln -sf" by "$(LN_S) -f" for
systems that don't have symbolic links available. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13556 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -16,10 +16,10 @@ endif
|
||||
|
||||
.scm-links:
|
||||
rm -f www
|
||||
ln -sf . www
|
||||
$(LN_S) -f . www
|
||||
if GNUCASH_SEPARATE_BUILDDIR
|
||||
for X in ${SCM_FILE_LINKS} ; do \
|
||||
ln -sf ${srcdir}/$$X . ; \
|
||||
$(LN_S) -f ${srcdir}/$$X . ; \
|
||||
done
|
||||
endif
|
||||
touch .scm-links
|
||||
|
||||
Reference in New Issue
Block a user