mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix uninstall target.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2430 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
004a533bbd
commit
15dd2cb185
@ -1,3 +1,7 @@
|
||||
2000-06-06 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* Makefile.in: fix bug in uninstall target.
|
||||
|
||||
1998-04-29 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* intl/localealias.c (read_alias_file): Use unsigned char for
|
||||
|
@ -147,7 +147,7 @@ uninstall:
|
||||
dists="$(DISTFILES.common)"; \
|
||||
for file in $$dists; do \
|
||||
rm -f $(gettextsrcdir)/$$file; \
|
||||
done
|
||||
done; \
|
||||
else \
|
||||
: ; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user