the file containing compilation date is cpver.h, not version.h

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3107 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2006-05-09 07:42:47 +00:00
parent 8df281bbb3
commit 9bf6f54875
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ tldeps:
test -n "$(TLDEPS)" && ( cd .. ; $(MAKE) $(MFLAGS) $(TLDEPS) || exit 1) || :
clean :
- /bin/rm -f cppp.x *.o *.mod version.h *.i core* *.F90 fort* \
- /bin/rm -f cppp.x *.o *.mod cpver.h *.i core* *.F90 fort* \
*.cpp *.d work.pc *.s cp.x
include make.depend