Revert "Ensure that ELN comps are regenerated"

This reverts commit ffa1fbf07f.

Seems to break things, will need to investigate, but for now, I am just
going to revert it.
This commit is contained in:
Kevin Fenzi 2023-09-29 18:25:50 -07:00
parent ffa1fbf07f
commit 5193274282

View File

@ -1,7 +1,7 @@
XMLINFILES=$(wildcard *.xml.in)
XMLFILES = $(patsubst %.xml.in,%.xml,$(XMLINFILES))
all: comps-eln.xml.in po $(XMLFILES) comps-eln.xml sort
all: po $(XMLFILES) sort
po: $(XMLINFILES)
make -C po -f Makefile || exit 1