[Bug 45086] gettext package not usable
Stephan Kulow
coolo at kde.org
Fri Oct 11 09:42:03 UTC 2002
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=45086
coolo at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From coolo at kde.org 2002-10-11 09:40 -------
Subject: kde-common/admin
CVS commit by coolo:
- MAKE=$(MAKE) $(SHELL) $$admindir/cvs.sh $@
-
-package-merge:
- @MAKE=$(MAKE) POFILES=$(POFILES) PACKAGE=$(PACKAGE) \
- $(SHELL) admin/cvs.sh package-merge
+ if test "$@" = "package-merge"; then \
+ MAKE=$(MAKE) POFILES="$(POFILES)" PACKAGE="$(PACKAGE)" \
+ $(SHELL) $$admindir/cvs.sh package-merge ;\
+ else MAKE=$(MAKE) $(SHELL) $$admindir/cvs.sh $@ ;\
+ fi
CCMAIL: 45086-close at bugs.kde.org
---------------------------------------------------------------------------
M +6 -6 1.154 1.155 Makefile.common
More information about the KDevelop-devel
mailing list