diff --git a/bochs/Makefile.in b/bochs/Makefile.in index 2667af330..60e165203 100644 --- a/bochs/Makefile.in +++ b/bochs/Makefile.in @@ -187,7 +187,7 @@ $(BX_OBJS): $(BX_INCLUDES) bxversion.h: $(RM) -f bxversion.h echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h - echo '// $$Id: Makefile.in,v 1.64 2002-03-10 23:58:30 cbothamy Exp $$' >> bxversion.h + echo '// $$Id: Makefile.in,v 1.65 2002-03-11 08:35:55 cbothamy Exp $$' >> bxversion.h echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h echo '// This file is generated by "make bxversion.h"' >> bxversion.h echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h @@ -301,7 +301,7 @@ install_bin:: $(LN_S) $(VERSIONDIR)/bochs $(DESTDIR)$(bindir)/bochs $(LN_S) $(VERSIONDIR)/bximage $(DESTDIR)$(bindir)/bximage $(CP) -r $(srcdir)/docs-html $(DESTDIR)$(VERSIONDIR) - $(CP) -r $(srcdir)/keymaps $(DESTDIR)$(VERSIONDIR) + $(CP) -r $(srcdir)/gui/keymaps $(DESTDIR)$(VERSIONDIR) $(RM) -f $(DESTDIR)$(VERSIONDIR)/README $(CAT) $(srcdir)/build/linux/README.linux-binary $(srcdir)/README > $(DESTDIR)$(VERSIONDIR)/README $(CP) $(srcdir)/font/vga.pcf $(DESTDIR)$(VERSIONDIR)