Makefile
changeset 34 7cc46f678236
parent 31 4494cec780b5
child 36 c090aef875c1
--- a/Makefile	Fri Aug 28 21:06:50 2009 +0200
+++ b/Makefile	Fri Aug 28 21:06:50 2009 +0200
@@ -48,15 +48,14 @@
 quiet_cmd_patch = PATCH $(basename $(@D))
       cmd_patch = for a in $(filter %.patch, $(sort $^)); do (cd $(@D); $(GNU_PATCH) -p1 $(if $(Q),-s)) < $$a; done
 
+.PHONY: all install doc clean
 
-all: $(LOCALES:%=locale/32/%.so.3) $(LOCALES:%=locale/64/%.so.3)
+all: $(LOCALES:%=locale/32/%.so.3) $(LOCALES:%=locale/64/%.so.3) pkgmaps
 
 install: $(LOCALES:%=fileroot/usr/lib/locale/%/.installed)
 
 doc: diffs.html $(LOCALES:%=collation_test/%.diff)
 
-clean: 
-	$(call cmd,clean)
 
 %/.dir:
 	$(Q)rm -Rf $*; mkdir -p $*
@@ -69,3 +68,7 @@
 include jars/make.mk
 include locale/make.mk
 include tools/make.mk
+include pkgmaps/make.mk
+
+clean: 
+	$(call cmd,clean)