File qe_cdefs.h no longer exists

This commit is contained in:
Paolo Giannozzi 2025-06-25 18:35:41 +02:00
parent 2db60b991d
commit f543d06687
2 changed files with 2 additions and 3 deletions

View File

@ -317,7 +317,7 @@ veryclean : clean
- @(cd install ; $(MAKE) -f extlibs_makefile veryclean)
- (cd install ; rm -rf config.log configure.msg config.status \
configure.h make_wannier90.inc autom4te.cache )
- (cd include; rm -rf configure.in qe_cdefs.h )
- rm include/configure.h
- rm -f espresso.tar.gz
- rm -rf make.inc
- rm -rf FoX

3
configure vendored
View File

@ -63,8 +63,7 @@ fi
test -e ./install/make.inc && rm ./install/make.inc
if [[ ($depend == "yes") ]] ; then
# compute dependencies (next two lines avoid bogus errors)
touch ./include/qe_cdefs.h
# compute dependencies (next line avoids bogus errors)
touch ./include/configure.h
./install/makedeps.sh
fi