diff options
Diffstat (limited to 'emulators/zsnes/files/patch-src::Makefile.in')
-rw-r--r-- | emulators/zsnes/files/patch-src::Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/zsnes/files/patch-src::Makefile.in b/emulators/zsnes/files/patch-src::Makefile.in deleted file mode 100644 index 5afa235e2c93..000000000000 --- a/emulators/zsnes/files/patch-src::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Oct 29 15:11:59 2001 -+++ Makefile.in Mon Oct 29 15:12:11 2001 -@@ -170,7 +170,7 @@ - - install: - @INSTALL@ -m 0755 @ZSNESEXE@ @prefix@/bin -- @INSTALL@ -m 0644 linux/zsnes.man @prefix@/man -+ @INSTALL@ -m 0644 linux/zsnes.man @prefix@/man/man1/zsnes.1 - - clean: - rm -f ${CHIPDIR}/*.o ${CPUDIR}/*.o ${VIDEODIR}/*.o ${GUIDIR}/*.o ${DOSDIR}/*.o ${WINDIR}/*.o ${ZIPDIR}/*.o *.o @ZSNESEXE@ |