From b8aec9fa1ae9786d8e241e628efaa71d436516af Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 17 Jan 1996 02:41:04 +0000 Subject: Sun Jan 14 17:51:09 1996 Andreas Schwab * MakeTAGS (all-sources, all-headers): Always search the current directory first. * db/btree/bt_seq.c (__bt_first): Return RET_SPECIAL when key not found. * MakeTAGS (all-sources, all-headers): Always search the current directory first. * db/btree/bt_seq.c (__bt_first): Return RET_SPECIAL when key not found. --- MakeTAGS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MakeTAGS') diff --git a/MakeTAGS b/MakeTAGS index 96dc59e587..186d5192e4 100644 --- a/MakeTAGS +++ b/MakeTAGS @@ -83,13 +83,13 @@ all-dist := $(filter-out %.h %.c %.s %.S,$(all-dist)) # All different versions of $(sources), preserving the configured sysdep # directory order. -all-sources = $(shell find $(all-dirs) -maxdepth 1 \( -name fnord \ +all-sources = $(shell find . $(all-dirs) -maxdepth 1 \( -name fnord \ $(foreach file,$(sort $(sources) $(sources:.c=.S) \ $(sources:.c=.s)),\ -o -name $(file)) \ \) -print) -all-headers = $(shell find $(all-dirs) -maxdepth 1 \( -name fnord \ +all-headers = $(shell find . $(all-dirs) -maxdepth 1 \( -name fnord \ $(foreach file,$(headers),-o -name $(file)) \ \) -print) -- cgit 1.4.1