From: Thomas Roessler Date: Wed, 14 Oct 1998 14:54:37 +0000 (+0000) Subject: Removing some instances of gnu-make specific command line parameters. X-Git-Tag: mutt-0-94-13-rel~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98add18d4e6a1e40edcc8d04277fdb2b4d9ee41b;p=mutt Removing some instances of gnu-make specific command line parameters. --- diff --git a/charsets/Makefile.in b/charsets/Makefile.in index 2e8439dd..17a7e400 100644 --- a/charsets/Makefile.in +++ b/charsets/Makefile.in @@ -40,7 +40,7 @@ parse_i18n: parse_i18n.o $(LIBOBJS) $(CC) -o parse_i18n parse_i18n.o $(LIBOBJS) strcasecmp.o: - $(MAKE) -C .. strcasecmp.o + cd .. && $(MAKE) strcasecmp.o cp ../strcasecmp.o ./ clean: diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 821ffda9..c91c9809 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -85,7 +85,7 @@ all-yes: cat-id-tbl.c $(CATALOGS) all-no: $(top_srcdir)/keymap_defs.h: - $(MAKE) -C $(top_srcdir) keymap_defs.h + cd $(top_srcdir) && $(MAKE) keymap_defs.h $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ diff --git a/po/mutt.pot b/po/mutt.pot index 511ce7df..2b2947df 100644 --- a/po/mutt.pot +++ b/po/mutt.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1998-10-14 11:11+0200\n" +"POT-Creation-Date: 1998-10-14 11:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"