- according to the cray compiler path_interpolation apparently need libneb.a (to link path_format)

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12017 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ccavazzoni 2016-01-19 23:24:16 +00:00
parent 033aa3a979
commit e16c7a1448
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ neb.x : $(NEBOBJS) libneb.a $(LIBOBJS) $(PWOBJS) $(QEMODS)
path_interpolation.x : path_interpolation.o $(PWOBJS) $(QEMODS) $(LIBOBJS)
$(LD) $(LDFLAGS) -o $@ \
path_interpolation.o $(PWOBJS) $(QEMODS) $(LIBOBJS) $(LIBS)
path_interpolation.o libneb.a $(PWOBJS) $(QEMODS) $(LIBOBJS) $(LIBS)
- ( cd ../../bin ; ln -fs ../NEB/src/$@ . )
libneb.a : $(NEBLIBS)