diff options
Diffstat (limited to 'src/grt')
-rw-r--r-- | src/grt/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/Makefile.inc b/src/grt/Makefile.inc index 48acc1423..9c6fad5a0 100644 --- a/src/grt/Makefile.inc +++ b/src/grt/Makefile.inc @@ -205,7 +205,7 @@ grt-disp-config: grt/grt-files: grt/run-bind.adb sed -e "1,/-- *BEGIN/d" -e "/-- *END/,\$$d" \ - -e "s/ -- //" < $< > $@ + -e "s/ -- //" < $< | tr -d '\r' > $@ # Remove local files (they are now in the libgrt library). # Also, remove the -shared option, in order not to build a shared library |