diff options
Diffstat (limited to 'perl-install/share/Makefile')
-rw-r--r-- | perl-install/share/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/share/Makefile b/perl-install/share/Makefile new file mode 100644 index 000000000..00e5afcc3 --- /dev/null +++ b/perl-install/share/Makefile @@ -0,0 +1,5 @@ +all: locales.tar.bz2 + +# /usr/lib/libc.a to depend on the current glibc +locales.tar.bz2: locales-skeleton.tar.bz2 gen_locales.sh /usr/lib/libc.a + ./gen_locales.sh |