summaryrefslogtreecommitdiff
path: root/ldso/Makefile
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-27 09:15:11 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2004-08-27 09:15:11 +0000
commit3f2ae8a18aa181090a237ab58f757f3e947796d5 (patch)
treea6a1dd81d8038516caca05fcb108acd54d5f6913 /ldso/Makefile
parent45dd7bda4ea543f41dbd535d6727e76cc438d11a (diff)
Forgot to commit this file. Patch from Stefan Allius.
Diffstat (limited to 'ldso/Makefile')
-rw-r--r--ldso/Makefile2
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