diff --git a/ADPointGrey.Makefile b/ADPointGrey.Makefile
index 745ee00706ee51a9f82f554a1d86376896183348..e595b8d63913db3f67a5c1c377f7d5f8077a8715 100644
--- a/ADPointGrey.Makefile
+++ b/ADPointGrey.Makefile
@@ -130,13 +130,6 @@ USR_DBFLAGS += -I $(E3_SITEMODS_PATH)/adcore/$(call FETCH_BUILD_NUMBER,$(E3_SITE
 SUBS=$(wildcard $(APPDB)/*.substitutions)
 TMPS=$(wildcard $(APPDB)/*.template)
 
-$(TMPS):
-	@printf "Inflating database ... %44s >>> %40s \n" "$@" "$(basename $(@)).db"
-	@rm -f  $(basename $(@)).db.d  $(basename $(@)).db
-	@$(MSI) -D $(USR_DBFLAGS) -o $(basename $(@)).db $@  > $(basename $(@)).db.d
-	@$(MSI)    $(USR_DBFLAGS) -o $(basename $(@)).db $@
-
-
 .PHONY: db $(SUBS) $(TMPS)