소스 검색

Forgot to commit this file. Patch from Stefan Allius.

Joakim Tjernlund 21 년 전
부모
커밋
3f2ae8a18a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ldso/Makefile

+ 1 - 1
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