summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2009-03-30 13:30:30 +0200
committerJan Nieuwenhuizen <janneke@gnu.org>2009-03-30 13:30:30 +0200
commit682a552625d875965d682ef679eeb33c2ad94430 (patch)
treed2fff070bf7c58f088978cea3a35eafa8d20f0d4 /Makefile.shared
parentc6f3030dd0311d0af720a6cf99fb6567f31bfe54 (diff)
Makefile.shared: use git commit instead of git-commit. Fixes use with git-1.6.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index da76817e3..761e54216 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -51,7 +51,7 @@ $(STAMP_DIR)/patch.apply : $(top_srcdir)/patches/apply.pl \
chmod +x $(TOOLSDIR)/patches/apply.pl && $(TOOLSDIR)/patches/apply.pl $(APPLY_DIR) $(OOBUILDDIR) $$FLAGS --tag=$(CVSTAG) ;
test -n "$(OOO_GIT)" && $(TOOLSDIR)/bin/gob --build-dir=$(OOBUILDDIR) postpare || true
$(TOOLSDIR)/bin/transform --apply $(TOOLSDIR) $(OOBUILDDIR)
- test -n "$(OOO_GIT)" && cd $(OOBUILDDIR) && git-commit -am 'Font munging.' || true
+ test -n "$(OOO_GIT)" && cd $(OOBUILDDIR) && git commit -am 'Font munging.' || true
$(TOOLSDIR)/bin/fix-deps $(OOBUILDDIR)
rm -f $(STAMP_DIR)/build
touch $@