diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-08 16:18:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-08 16:18:27 +0000 |
commit | c17097f1523ac68c1f65f5bee122dc297ad40455 (patch) | |
tree | 8268c06f8599166428415a25d696af18be17e8c8 /po/Makefile | |
parent | ce4d8b661ad9a92db0327566964d128db28947a1 (diff) | |
download | glibc-c17097f1523ac68c1f65f5bee122dc297ad40455.zip glibc-c17097f1523ac68c1f65f5bee122dc297ad40455.tar.gz glibc-c17097f1523ac68c1f65f5bee122dc297ad40455.tar.bz2 |
Wed May 8 12:08:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* configure.in (MSGFMT): Use : if none found.
* po/Makefile: Include ../Rules instead of ../Makerules.
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index cf6552b..8680be0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -48,7 +48,7 @@ install-others = $(LINGUAS:%=$(mo-installed)) distribute = $(ALL_LINGUAS:=.po) $(ALL_LINGUAS:=.mo) -include ../Makerules +include ../Rules .SUFFIXES: .mo .po .pot |