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:
Christian Stimming
2006-03-09 14:28:54 +00:00
parent f3a611d90a
commit e993e7256a
30 changed files with 89 additions and 86 deletions

View File

@@ -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