From 4525910cae4d94fcdbc849a5cb9029b033d4d37d Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 25 Oct 2023 11:26:23 -0700 Subject: [PATCH] fix list of files to convert --- src/peigs/ctof/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/peigs/ctof/GNUmakefile b/src/peigs/ctof/GNUmakefile index dde2cb3de3..b303c2f000 100644 --- a/src/peigs/ctof/GNUmakefile +++ b/src/peigs/ctof/GNUmakefile @@ -36,10 +36,10 @@ clean: CNFDIR := $(NWCHEM_TOP)/src/config .PHONY: 64_to_32 32_to_64 64_to_32: - $(CNFDIR)/64_to_32 *c *f *F + $(CNFDIR)/64_to_32 *c 32_to_64: - $(CNFDIR)/32_to_64 *c *f *F + $(CNFDIR)/32_to_64 *c .c.o: ; $(peigs_CC) -c $<