OSDN Git Service

Fix make clean rule.
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Tue, 17 Aug 2004 13:09:01 +0000 (13:09 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Tue, 17 Aug 2004 13:09:01 +0000 (13:09 -0000)
ldso/Makefile

index 802d456..f660d7d 100644 (file)
@@ -51,5 +51,5 @@ headers: include/dl-progname.h
 clean:
        set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done
        -find . -name '*~' | xargs $(RM)
-       $(RM) include/elf.h include/boot1_arch.h include/ld_syscalls.h \
-               include/ld_sysdep.h include/dl-progname.h
+       $(RM) include/elf.h include/dl-startup.h include/dl-syscalls.h \
+               include/dl-sysdep.h include/dl-progname.h