From 96894418034ca2cd3afb77e36019012bb8b249e2 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Dec 16 2011 15:51:06 +0000 Subject: - make -C, not -c --- diff --git a/Makefile.am b/Makefile.am index 744810c..9a559b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ GITTAG=certmonger-$(VERSION) all-gmo: tx pull -f -a cd po ; for po in *.po ; do make `basename $$po .po`.gmo ; done - $(MAKE) -c po update-po + $(MAKE) -C po update-po tag: all-gmo git tag $(GITTAG)