From f6708cc2b00a5e3581eccbafa43b94c1d33673b6 Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 25 Oct 2023 11:24:44 -0700 Subject: [PATCH] fix list of files to convert --- src/peigs/comm/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/peigs/comm/GNUmakefile b/src/peigs/comm/GNUmakefile index 1d451e7400..70eb1be2ac 100644 --- a/src/peigs/comm/GNUmakefile +++ b/src/peigs/comm/GNUmakefile @@ -42,10 +42,10 @@ realclean: 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 *h *F 32_to_64: - $(CNFDIR)/32_to_64 *c *f *F + $(CNFDIR)/32_to_64 *h *F .SUFFIXES: .o .s .F .f .c