jhbuild r2397 - trunk
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2397 - trunk
- Date: Tue, 30 Sep 2008 12:04:33 +0000 (UTC)
Author: fpeters
Date: Tue Sep 30 12:04:33 2008
New Revision: 2397
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2397&view=rev
Log:
* Makefile.plain: fixed call to po/Makefile.plain.
Modified:
trunk/ChangeLog
trunk/Makefile.plain
Modified: trunk/Makefile.plain
==============================================================================
--- trunk/Makefile.plain (original)
+++ trunk/Makefile.plain Tue Sep 30 12:04:33 2008
@@ -17,10 +17,10 @@
update:
svn update --quiet
- @if [ "x$(DISABLE_GETTEXT)" == x ]; then (cd po && $(MAKE) -f Makefile.plain); fi
+ @if [ "x$(DISABLE_GETTEXT)" = x ]; then (cd po && $(MAKE) -f Makefile.plain); fi
install: install-check
- @if [ "x$(DISABLE_GETTEXT)" == x ]; then (cd po && $(MAKE) -f Makefile.plain install); fi
+ @if [ "x$(DISABLE_GETTEXT)" = x ]; then (cd po && $(MAKE) -f Makefile.plain install); fi
@echo "Creating $(bindir)/jhbuild"
@mkdir -p $(bindir)
@sed "s,@jhbuilddir@,`pwd`,g" < jhbuild.in > $(bindir)/jhbuild
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]