diff options
Diffstat (limited to 'config/Makefile.mingw')
-rw-r--r-- | config/Makefile.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.mingw b/config/Makefile.mingw index bc6a2bce67..e77820154b 100644 --- a/config/Makefile.mingw +++ b/config/Makefile.mingw @@ -143,7 +143,7 @@ NATIVECCCOMPOPTS=-O -mms-bitfields -Wall -Wno-unused NATIVECCLINKOPTS= ### Build partially-linked object file -PACKLD=$(TOOLPREF)ld -r $(NATIVECCLINKOPTS) -o #there must be a space after this '-o' +PACKLD=$(TOOLPREF)ld -r $(NATIVECCLINKOPTS) -o # must have a space after '-o' ############# Configuration for the contributed libraries |