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:
@@ -102,10 +102,10 @@ make-gnucash-potfiles: make-gnucash-potfiles.in Makefile
|
||||
.links:
|
||||
rm -f goffice gsf
|
||||
if !HAVE_GOFFICE
|
||||
ln -sf . goffice
|
||||
$(LN_S) -f . goffice
|
||||
endif
|
||||
if !HAVE_LIBGSF
|
||||
ln -sf $(srcdir)/lib/libgsf-1.12.3/gsf gsf
|
||||
$(LN_S) -f $(srcdir)/lib/libgsf-1.12.3/gsf gsf
|
||||
endif
|
||||
touch .links
|
||||
|
||||
|
||||
Reference in New Issue
Block a user