diff options
| -rw-r--r-- | ldso/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/Makefile b/ldso/Makefile index f660d7da8..758f71fdf 100644 --- a/ldso/Makefile +++ b/ldso/Makefile @@ -39,7 +39,7 @@ endif  include/dl-progname.h: Makefile  	echo "const char *_dl_progname=\""$(UCLIBC_LDSO)"\";" \  		> include/dl-progname.h -	echo -e "#include \"$(TARGET_ARCH)/elfinterp.c\"" \ +	echo "#include \"$(TARGET_ARCH)/elfinterp.c\"" \  		>> include/dl-progname.h  headers: include/dl-progname.h  | 
