diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 16:20:18 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 16:20:18 +0000 |
commit | d2e1267b014a06611f994ec980377bbc0fbbd56a (patch) | |
tree | 5db3c3cb2fdac04ef335eb6b2ff453fca8d03d13 /Makefile.in | |
parent | 5eef441142b5e70daab13c0edf378f36209280ed (diff) |
Correct building locales and backport the changes
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6935717a2..80a41f3d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -343,7 +343,6 @@ defconfig: extra/config/conf clean: @$(RM) -r lib include/bits $(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a - $(RM) libc/misc/locale/locale_data.c $(RM) libc/misc/internals/interp.c $(RM) include/fpu_control.h include/dl-osinfo.h $(MAKE) -C extra/locale clean |