From 5ebf651a423eb1c6c4c27c923096aad7bfb775b2 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Sat, 1 Nov 2003 22:32:57 +0000 Subject: [PATCH] Fix install target, -D should not be used. --- zsnes/src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsnes/src/Makefile.in b/zsnes/src/Makefile.in index 31d10a50..75c0844f 100644 --- a/zsnes/src/Makefile.in +++ b/zsnes/src/Makefile.in @@ -183,8 +183,8 @@ endmem.o: endmem.asm macros.mac ${DOSDIR}/modemrtn.o: ${DOSDIR}/modemrtn.asm macros.mac install: - @INSTALL@ -D -m 0755 @ZSNESEXE@ @prefix@/bin - @INSTALL@ -D -m 0644 linux/zsnes.1 @prefix@/man/man1 + @INSTALL@ -m 0755 @ZSNESEXE@ @prefix@/bin + @INSTALL@ -m 0644 linux/zsnes.1 @prefix@/man/man1 uninstall: rm -f @prefix@/bin/$(notdir @ZSNESEXE@) @prefix@/man/man5/zsnes.5