New attempt towards a safer mechanism to produce file version.f90

The previous one was not working in some cases


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9212 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2012-07-20 16:10:47 +00:00
parent 7cfc6e68fc
commit be3290502c
1 changed files with 2 additions and 3 deletions

View File

@ -92,10 +92,9 @@ wrappers.o\
ws_base.o \
read_cards.o
all : version libqemod.a
.PHONY: version
all : version.o libqemod.a
version :
version.f90: version.f90.in
- ( if test -x ../install/update_version ; then \
../install/update_version; fi )