mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
fix broken 64_to_32 conversion
This commit is contained in:
parent
4bceff1769
commit
72d112c23c
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue