diff options
Diffstat (limited to 'archivers/gcpio/files/patch-gnu_Makefile.in')
-rw-r--r-- | archivers/gcpio/files/patch-gnu_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/gcpio/files/patch-gnu_Makefile.in b/archivers/gcpio/files/patch-gnu_Makefile.in new file mode 100644 index 000000000000..0d6b6ad3d446 --- /dev/null +++ b/archivers/gcpio/files/patch-gnu_Makefile.in @@ -0,0 +1,11 @@ +--- gnu/Makefile.in.orig 2010-03-25 22:13:33.000000000 +0100 ++++ gnu/Makefile.in 2010-03-25 22:14:21.000000000 +0100 +@@ -1720,7 +1720,7 @@ inttypes.h: inttypes.in.h $(WARN_ON_USE_ + # avoid installing it. + + all-local: charset.alias ref-add.sed ref-del.sed +-install-exec-local: install-exec-localcharset ++install-exec-local: + install-exec-localcharset: all-local + if test $(GLIBC21) = no; then \ + case '$(host_os)' in \ |