[althreat commit] r67 - trunk/po

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 9, 2007, 6:54:09 PM11/9/07
to althre...@googlegroups.com
Author: colin.pitrat
Date: Fri Nov 9 15:52:24 2007
New Revision: 67

Modified:
trunk/po/Makefile.am

Log:
Use $(MKDIR_P) instead of mkdir -p.

Modified: trunk/po/Makefile.am
==============================================================================
--- trunk/po/Makefile.am (original)
+++ trunk/po/Makefile.am Fri Nov 9 15:52:24 2007
@@ -60,7 +60,7 @@
all-local-yes: $(MOFILES)

$(MOFILES): $(POFILES)
- mkdir -p `dirname $@`
+ $(MKDIR_P) `dirname $@`
$(MSGFMT) -o $@ $<

$(POFILES): $(POTFILE)

Reply all
Reply to author
Forward
0 new messages