diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-13 12:37:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:07 -0500 |
commit | 734ff692f3efb9604031bf5741a09cff65f50d5e (patch) | |
tree | cc2a96495e4138ced50ed760003dd916f5c32fb5 /source4/lib/ldb/Makefile.in | |
parent | e76397739d472ab699a8faf7c0d9e09aad8a29ed (diff) | |
download | samba-734ff692f3efb9604031bf5741a09cff65f50d5e.tar.gz samba-734ff692f3efb9604031bf5741a09cff65f50d5e.tar.bz2 samba-734ff692f3efb9604031bf5741a09cff65f50d5e.zip |
r7533: don't show compile flags for each file
(This used to be commit 6a9ab148a98490e52da81d4ddedf42af2b5bf1a7)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |