[uClibc-cvs] CVS update of uClibc/ldso (Makefile)

Joakim Tjernlund jocke at codepoet.org
Tue Aug 17 13:09:02 UTC 2004


    Date: Tuesday, August 17, 2004 @ 07:09:02
  Author: jocke
    Path: /var/cvs/uClibc/ldso

Modified: Makefile (1.29 -> 1.30)

Fix make clean rule.


Index: uClibc/ldso/Makefile
diff -u uClibc/ldso/Makefile:1.29 uClibc/ldso/Makefile:1.30
--- uClibc/ldso/Makefile:1.29	Thu Jul 29 21:32:39 2004
+++ uClibc/ldso/Makefile	Tue Aug 17 07:09:01 2004
@@ -51,5 +51,5 @@
 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



More information about the uClibc-cvs mailing list