X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=service-type-database%2FMakefile.am;h=2b20512c25d7d0a4e9605fa87a76cf8adb347dee;hb=ebcdd0e3465bd6ee593b19c7ad0107a664b44b25;hp=171de5718f7ffbc80fa6af9ca09116358cb998ad;hpb=94b5fd5aa2d69318629babf78ef687d1b8d4a8d1;p=catta diff --git a/service-type-database/Makefile.am b/service-type-database/Makefile.am index 171de57..2b20512 100644 --- a/service-type-database/Makefile.am +++ b/service-type-database/Makefile.am @@ -30,8 +30,8 @@ build-db: build-db.in sed -e 's,@PYTHON\@,$(PYTHON),g' $< > $@ chmod +x $@ -service-types.db: service-types - $(PYTHON) build-db $< +service-types.db: service-types build-db + $(PYTHON) build-db $(srcdir)/$< $@ CLEANFILES = service-types.db build-db