From b5a6e7bbb05922a8d3441d30d4f1d6d077e50323 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 5 Oct 2006 09:56:17 +0000 Subject: [PATCH] make clean in ibm subdir too --- commands/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/Makefile b/commands/Makefile index bf98674cd..863bea058 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -37,6 +37,7 @@ biginstall: big clean:: cd $(BZIP2) && make clean + cd ibm && make clean if [ -f $(FLEX)/Makefile ]; then cd $(FLEX) && make clean ; fi for p in $(SMALLPROGRAMS); do ( cd $$p && make clean ); done -- 2.44.0