- apply patch 650066: use standard lib directory, from Robert Millan.

Change plugdir to have no version numbers.
This commit is contained in:
Bryce Denney 2002-12-11 19:21:53 +00:00
parent 1812808d82
commit b53d3732b8

View File

@ -31,7 +31,7 @@ srcdir = @srcdir@
VPATH = @srcdir@
bindir = @bindir@
libdir = @libdir@
plugdir = @libdir@/bochs-$(VERSION)/plugins
plugdir = @libdir@/bochs/plugins
mandir = @mandir@
man1dir = $(mandir)/man1
man5dir = $(mandir)/man5
@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h:
$(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.125 2002-12-11 19:16:12 bdenney Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.126 2002-12-11 19:21:53 bdenney 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