- fix a broken configure subst variable @EXE@

This commit is contained in:
Bryce Denney 2002-12-21 14:41:49 +00:00
parent 9780ad2ad8
commit e3548a3708

View File

@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h: bxversion.h:
$(RM) -f bxversion.h $(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.139 2002-12-21 14:32:10 bdenney Exp $$' >> bxversion.h echo '// $$Id: Makefile.in,v 1.140 2002-12-21 14:41:49 bdenney Exp $$' >> bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
echo '// This file is generated by "make bxversion.h"' >> bxversion.h echo '// This file is generated by "make bxversion.h"' >> bxversion.h
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
@ -645,7 +645,7 @@ install_macosx: all download_dlx @INSTALL_DOCBOOK_VAR@
# BeOS make target. # BeOS make target.
# Build the binary normally, then copy the resource attributes. # Build the binary normally, then copy the resource attributes.
########################################### ###########################################
.bochs_beos_target: bochs@EXE .bochs_beos_target: bochs@EXE@
copyattr -t ICON $(srcdir)/build/beos/BeBochs.rsrc bochs copyattr -t ICON $(srcdir)/build/beos/BeBochs.rsrc bochs
copyattr -t MICN $(srcdir)/build/beos/BeBochs.rsrc bochs copyattr -t MICN $(srcdir)/build/beos/BeBochs.rsrc bochs