root / tags / 1.0.8 / xapian-core / backends / flint / Makefile

Revision 8030, 146 bytes (checked in by olly, 22 months ago)

api/Makefile,backends/Makefile,backends/flint/Makefile,
backends/inmemory/Makefile,backends/multi/Makefile,
backends/quartz/Makefile,backends/remote/Makefile,bin/Makefile,
common/Makefile,examples/Makefile,getopt/Makefile,include/Makefile,
languages/Makefile,matcher/Makefile,net/Makefile,
queryparser/Makefile,tests/harness/Makefile: Don't pass $(MAKEFLAGS)
on the command line to $(MAKE) when invoking the top level Makefile
from a static Makefile. It's passed automatically anyway, and also
$(MAKEFLAGS) doesn't have a leading '-' so "make -s" tries to do
"make s" at the top level.

Line 
1# Makefile for use in directories built by non-recursive make.
2
3SHELL = /bin/sh
4
5all check:
6        cd ../.. && $(MAKE) $@
7
8clean:
9        rm -f *.o *.obj *.lo
Note: See TracBrowser for help on using the browser.