Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
[oweals/busybox.git] / Makefile
index c34b32bc105ad4e6beca20ead31410be87f12d57..55605af884ea6669b1681566f093b7cfd3d18c64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -215,9 +215,9 @@ clean:
        - find . -name .depend -exec rm -f {} \;
        - find . -name \*.o -exec rm -f {} \;
        - find . -name \*.a -exec rm -f {} \;
+       - $(MAKE) -C scripts/config clean
 
 distclean: clean
-       - $(MAKE) -C scripts/config clean
        rm -f .config .config.old .config.cmd
 
 release: distclean #doc