From 734ff692f3efb9604031bf5741a09cff65f50d5e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 13 Jun 2005 12:37:37 +0000 Subject: r7533: don't show compile flags for each file (This used to be commit 6a9ab148a98490e52da81d4ddedf42af2b5bf1a7) --- source4/lib/ldb/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index f638b340a1..3bfae08c27 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -68,6 +68,10 @@ DIRS = lib bin all: $(DIRS) $(BINS) $(LIBS) manpages +.c.o: + @echo Compiling $*.c + @$(CC) $(CFLAGS) -c $< -o $@ + lib: mkdir -p lib -- cgit