# $Id: build.mk,v 1.5.6.4 2004/08/09 18:33:00 andrei Exp $ # # # Makefile to generate build tools # STAMP = buildmk.stamp ALWAYS = build2/generated_lists all: $(ALWAYS) $(STAMP) @$(MAKE) -s -f build2/build2.mk build2/generated_lists: @echo config_m4_files = ext/*/config*.m4 >> $@ $(STAMP): $(PHPIZE) touch $(STAMP)