diff options
Diffstat (limited to 'japanese/jstrings/files/patch-makefile.gcc')
-rw-r--r-- | japanese/jstrings/files/patch-makefile.gcc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/japanese/jstrings/files/patch-makefile.gcc b/japanese/jstrings/files/patch-makefile.gcc deleted file mode 100644 index 9a41ca51ff6e..000000000000 --- a/japanese/jstrings/files/patch-makefile.gcc +++ /dev/null @@ -1,12 +0,0 @@ ---- makefile.gcc.orig 2014-06-17 12:55:14.919735947 +0800 -+++ makefile.gcc 2014-06-17 12:55:31.502732890 +0800 -@@ -36,7 +36,7 @@ utilstr.o : utilstr.c utilstr.h - eucjp.o : eucjp.c eucjp.h jstrings.h vstr.h ascii.h jis.h - - install : $(TARGET) -- cp $(TARGET) $(BINDIR)/$(TARGET) -- strip $(BINDIR)/$(TARGET) -+ cp $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET) -+ strip $(DESTDIR)$(BINDIR)/$(TARGET) - echo "Copy jstrings.txt as man page if you need." - |