jhbuild r2397 - trunk



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]