]> granicus.if.org Git - libexpat/commitdiff
Update the "clean" target to match the current arrangement.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 23 Aug 2002 21:53:29 +0000 (21:53 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 23 Aug 2002 21:53:29 +0000 (21:53 +0000)
expat/Makefile.in

index a3cfc6720d8c10da068e0775a04552d2b1b9fbd3..12e2fc1db05857a93950208d7b311b966606997a 100644 (file)
@@ -55,6 +55,8 @@ clean:
        cd lib && rm -f $(LIBRARY) *.o *.lo && rm -rf .libs _libs
        cd xmlwf && rm -f xmlwf *.o *.lo && rm -rf .libs _libs
        cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
+       cd tests && rm -rf .libs runtests runtests.o chardata.o
+       rm -rf .libs libexpat.la
        find . -name core | xargs rm -f
 
 distclean: clean