From d7f48ce648618083648946e50a917a84d641aa15 Mon Sep 17 00:00:00 2001 From: Dennis Kaarsemaker Date: Mon, 26 Jun 2006 22:39:23 +0200 Subject: [PATCH] Fix makefile to not look in subdirs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4907008..a367a87 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ALL=$(shell find . -name '???*' -type d -printf '%p.tar.gz\n') +ALL=$(shell find . -name '???*' -maxdepth 1 -type d -printf '%p.tar.gz\n') default: $(ALL)