From 7d49c479db2c03b248ad85a50afed94691a3f009 Mon Sep 17 00:00:00 2001 From: spigafi Date: Sat, 29 Sep 2012 17:14:30 +0000 Subject: [PATCH] Another small change.. git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9461 c92efa57-630b-4861-b058-cf58834340f0 --- PHonon/PH/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PHonon/PH/Makefile b/PHonon/PH/Makefile index e0b295b97..a5e6c6515 100644 --- a/PHonon/PH/Makefile +++ b/PHonon/PH/Makefile @@ -206,7 +206,9 @@ LIBOBJS = ../../flib/ptools.a ../../flib/flib.a ../../clib/clib.a ../../iotk/src TLDEPS= bindir mods libs pw -all : tldeps libph.a ph.x dynmat.x matdyn.x q2r.x lambda.x fqha.x q2qstar.x +all : tldeps libs-ph ph.x dynmat.x matdyn.x q2r.x lambda.x fqha.x q2qstar.x + +libs-ph : libph.a libphaux.a ph.x : phonon.o libph.a $(PWOBJS) $(LIBOBJS) $(LD) $(LDFLAGS) -o $@ phonon.o libph.a \