diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ esac # config.h echo '#define Instroot "'$prefix'"' >> config.h -echo '#define Asmcmd {"as", "-g", "-o", NULL}' >> config.h +echo '#define Asmcmd {"as", "-o", NULL}' >> config.h echo '#define Objsuffix ".o"' >> config.h echo 'export SYSCLASS=posixy' >> config.mk echo '#define Symprefix' $symprefix >> config.h |