mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
fix broken 64_to_32 conversion
This commit is contained in:
parent
060f945207
commit
4e3785ca9a
1 changed files with 2 additions and 2 deletions
|
|
@ -273,10 +273,10 @@ peigs_tldlfact.o: peigs_tldlfact.c
|
|||
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) $(OPTC) -c $<
|
||||
.f.o:; $(peigs_FC) $(OPT) -c $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue