From 7544f4f96aef0c4e46d2932f8304da1f97b9aa3b Mon Sep 17 00:00:00 2001 From: "John M. Penn" Date: Thu, 6 Oct 2016 14:53:36 -0500 Subject: [PATCH] Stop DPX makefile from trying to make catalog.xml. Ref #324 --- trick_source/data_products/DPX/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_source/data_products/DPX/makefile b/trick_source/data_products/DPX/makefile index a46e42a9..8692c8b9 100644 --- a/trick_source/data_products/DPX/makefile +++ b/trick_source/data_products/DPX/makefile @@ -16,7 +16,7 @@ ifneq ("$(wildcard ${TRICK_HOME}/trick_source/data_products/fermi-ware)","") APPDIRS += APPS/FXPLOT endif -all: $(LIBDIRS) $(APPDIRS) xml_catalog +all: $(LIBDIRS) $(APPDIRS) .PHONY: $(LIBDIRS) $(APPDIRS)