fix broken 64_to_32 conversion

This commit is contained in:
edoapra 2023-10-24 16:41:45 -07:00
parent 4bceff1769
commit 72d112c23c
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0
2 changed files with 4 additions and 4 deletions

View file

@ -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 *c *f *F
32_to_64:
$(CNFDIR)/32_to_64 "*c *f *F"
$(CNFDIR)/32_to_64 *c *f *F
.SUFFIXES: .o .s .F .f .c

View file

@ -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 *f *F
32_to_64:
$(CNFDIR)/32_to_64 "*c *f *F"
$(CNFDIR)/32_to_64 *c *f *F
.c.o: ; $(peigs_CC) -c $<