OSDN Git Service

Ok, this commit is _huge_ and its gonna change the world. I've
[uclinux-h8/uClibc.git] / libc / misc / internals / Makefile
index a33afef..1e772ce 100644 (file)
@@ -43,7 +43,7 @@ ar-target: $(OBJS)
 interp.c: Makefile
        echo "/* Force shared libraries to know about the correct library loader */" > interp.c
        echo "#include <features.h>" >> interp.c
-       echo "#ifdef HAVE_ELF" >> interp.c
+       echo "#ifdef __HAVE_ELF__" >> interp.c
        echo "const char __dl_ldso__[] __attribute__ ((section " \
                "(\".interp\"))) =\""$(DYNAMIC_LINKER)"\";" >> interp.c
        echo "#endif" >> interp.c