diff -ur spectemu-0.99.3.orig/Makefile.in spectemu-0.99.3/Makefile.in --- spectemu-0.99.3.orig/Makefile.in 2010-07-31 17:17:32.000000000 +0300 +++ spectemu-0.99.3/Makefile.in 2010-07-31 17:25:37.000000000 +0300 @@ -40,21 +40,23 @@ all: $(progs) -installdirs: - ./mkinstalldirs $(i_bindir) $(i_mandir) +# installdirs: +# ./mkinstalldirs $(i_bindir) $(i_mandir) install_prog: $(progs) + mkdir -p $(i_bindir) if test -f xspect; then \ $(INSTALL_PROGRAM) -m 755 xspect $(i_bindir); fi if test -f vgaspect; then \ $(INSTALL_PROGRAM) -m 4755 vgaspect $(i_bindir); fi install_man: + mkdir -p $(i_mandir) $(INSTALL_DATA) ./xspect.1 $(i_mandir) $(INSTALL_DATA) ./tapeout.1 $(i_mandir) (cd $(i_mandir); rm -f vgaspect.1; ln -s xspect.1 vgaspect.1) -install: installdirs install_prog install_man +install: install_prog install_man z80_c_objs=z80.o z80optab.o z80_step.o spperif.o spect.o rom48.o \ z80_op1.o z80_op2.o z80_op3.o z80_op4.o z80_op5.o z80_op6.o