mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add missing -f flag when symlinking the gw-.scm files
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14763 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
76af6e96b3
commit
03224e7748
@ -151,7 +151,7 @@ gwrap-files: \
|
||||
(primitive-load \"./gw-app-utils-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-app-utils\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
|
||||
|
||||
BUILT_SOURCES = gw-app-utils.scm gw-app-utils.c gw-app-utils.h
|
||||
CLEANFILES = $(BUILT_SOURCES) ${SCM_FILE_LINKS} \
|
||||
|
@ -75,7 +75,7 @@ gwrap-files: \
|
||||
(primitive-load \"./gw-core-utils-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-core-utils\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
|
||||
|
||||
BUILT_SOURCES = gw-core-utils.scm gw-core-utils.h gw-core-utils.c
|
||||
CLEANFILES = $(BUILT_SOURCES) .scm-links \
|
||||
|
@ -203,7 +203,7 @@ gwrap-files1: \
|
||||
(primitive-load \"./gw-engine-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-engine\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-engine*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-engine*.scm . )
|
||||
|
||||
gw-kvp.scm gw-kvp.c gw-kvp.h: \
|
||||
gwrap-files2
|
||||
@ -216,7 +216,7 @@ gwrap-files2: \
|
||||
(primitive-load \"./gw-kvp-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-kvp\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-kvp*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-kvp*.scm . )
|
||||
|
||||
gncla-dir.h: gncla-dir.h.in ${top_builddir}/config.status
|
||||
rm -f $@.tmp
|
||||
|
@ -76,7 +76,7 @@ gwrap-files: \
|
||||
(primitive-load \"./gw-gnc-module-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-gnc-module\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
|
||||
|
||||
BUILT_SOURCES = gw-gnc-module.scm gw-gnc-module.h gw-gnc-module.c
|
||||
CLEANFILES = $(BUILT_SOURCES) .scm-links \
|
||||
|
@ -314,7 +314,7 @@ gwrap-files: \
|
||||
(primitive-load \"./gw-gnome-utils-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-gnome-utils\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
|
||||
|
||||
BUILT_SOURCES += gw-gnome-utils.scm gw-gnome-utils.c gw-gnome-utils.h
|
||||
CLEANFILES = $(BUILT_SOURCES) .scm-links \
|
||||
|
@ -172,7 +172,7 @@ gwrap-files: \
|
||||
(primitive-load \"./gw-gnc-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-gnc\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
|
||||
|
||||
BUILT_SOURCES = gw-gnc.scm gw-gnc.h gw-gnc.c
|
||||
CLEANFILES = $(BUILT_SOURCES) gnucash.desktop \
|
||||
|
@ -108,7 +108,7 @@ gwrap-files: \
|
||||
(primitive-load \"./gw-register-core-spec.scm\") \
|
||||
(gw:generate-wrapset \"gw-register-core\")"
|
||||
touch $@
|
||||
( cd g-wrapped; $(LN_S) ../gw-*.scm . )
|
||||
( cd g-wrapped; $(LN_S) -f ../gw-*.scm . )
|
||||
|
||||
BUILT_SOURCES = gw-register-core.scm gw-register-core.c gw-register-core.h
|
||||
CLEANFILES = $(BUILT_SOURCES) .scm-links \
|
||||
|
Loading…
Reference in New Issue
Block a user