Stop DPX makefile from trying to make catalog.xml. Ref #324

This commit is contained in:
John M. Penn 2016-10-06 14:53:36 -05:00
parent 054245f968
commit 7544f4f96a

View File

@ -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)