diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | catgets/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d8b5cc17a3..074d1a3816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-12-28 Andreas Jaeger <aj@suse.de> + * catgets/Makefile (generated): Add sample.SJIS.cat. + * sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes. * elf/dl-minimal.c: Add prototypes. diff --git a/catgets/Makefile b/catgets/Makefile index d6b4f0e64b..8047f8a9fb 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -45,7 +45,7 @@ $(objpfx)gencat: $(gencat-modules:%=$(objpfx)%.o) catgets-CPPFLAGS := -DNLSPATH='"$(msgcatdir)/%L/%N:$(msgcatdir)/%L/LC_MESSAGES/%N:$(msgcatdir)/%l/%N:$(msgcatdir)/%l/LC_MESSAGES/%N:"' \ -DHAVE_CONFIG_H -generated = de.msg test1.cat test1.h +generated = de.msg test1.cat test1.h sample.SJIS.cat generated-dirs = de tst-catgets-ENV = NLSPATH="$(objpfx)%l/%N.cat" LANG=de |