mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix a touch problem
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1856 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e8493c4c5e
commit
aefbdafcaf
@ -57,6 +57,19 @@ g-wrap-install:
|
||||
(cd g-wrap && make install)
|
||||
TRASH += g-wrap-install
|
||||
|
||||
# this make dist is a quick hack to avoid build problems that
|
||||
# # naive builders are suffering from. Doing a 'make dist' makes
|
||||
# build problems go away.
|
||||
dist:
|
||||
touch g-wrap/aclocal.m4
|
||||
touch g-wrap/configure.in
|
||||
touch g-wrap/Makefile.in
|
||||
touch g-wrap/doc/Makefile.in
|
||||
touch g-wrap/configure
|
||||
touch g-wrap/conf-h.in
|
||||
touch g-wrap/stamp-h.in
|
||||
chmod +x g-wrap/missing
|
||||
|
||||
|
||||
motif: g-wrap-install
|
||||
@cd ComboBox-1.33; $(MAKE) default
|
||||
@ -69,7 +82,7 @@ gnome: g-wrap-install
|
||||
qt: g-wrap-install
|
||||
|
||||
|
||||
.PHONY: gnome motif qt g-wrap-install
|
||||
.PHONY: gnome motif qt g-wrap-install dist
|
||||
|
||||
# Local Variables:
|
||||
# tab-width: 2
|
||||
|
Loading…
Reference in New Issue
Block a user