diff options
Diffstat (limited to 'japanese/mtools/files/patch-a')
-rw-r--r-- | japanese/mtools/files/patch-a | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/japanese/mtools/files/patch-a b/japanese/mtools/files/patch-a deleted file mode 100644 index d9d1dd9c72a3..000000000000 --- a/japanese/mtools/files/patch-a +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.in.orig Thu Jan 28 11:08:18 1999 -+++ Makefile.in Thu Jan 28 11:14:03 1999 -@@ -55,7 +55,7 @@ - .SUFFIXES: .o .c - .SUFFIXES: .o .c .cpp - --MAN1 = floppyd.1 mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \ -+MAN1 = mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \ - mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \ - mrd.1 mread.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 mzip.1 - MAN1EXT = 1 -@@ -111,7 +111,7 @@ - xdf_io.c mkmanifest.c - - --SCRIPTS = mcheck mxtar uz tgz mcomp -+SCRIPTS = mcheck mxtar mcomp - - LINKS=mattrib mcat mcd mcopy mdel mdeltree mdir mdu mformat minfo mlabel \ - mmd mmount mmove mpartition mrd mread mren mtype mtoolstest mshowfat \ -@@ -228,11 +228,11 @@ - install-scripts: $(bindir)/mtools - @$(top_srcdir)/mkinstalldirs $(bindir) - @for j in $(SCRIPTS) ; do \ -- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ -+ $(BSD_INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ - echo $(bindir)/$$j ; \ - done -- rm -f $(bindir)/lz -- $(LN_S) uz $(bindir)/lz -+ #rm -f $(bindir)/lz -+ #$(LN_S) uz $(bindir)/lz - - install-man: - @$(top_srcdir)/mkinstalldirs $(MAN1DIR) |