tinker-7.1.2-build.patch 360 B

123456789101112131415161718
  1. make/Makefile | 3 +--
  2. 1 file changed, 1 insertion(+), 2 deletions(-)
  3. diff --git a/make/Makefile b/make/Makefile
  4. index 61d5037..9be384a 100644
  5. --- a/make/Makefile
  6. +++ b/make/Makefile
  7. @@ -719,8 +719,7 @@ EXEFILES = alchemy.x \
  8. %.x: %.o libtinker.a
  9. ${F77} ${LINKFLAGS} -o $@ $^ ${LIBS}; strip $@
  10. -all:
  11. - ${EXEFILES}
  12. +all: ${EXEFILES}
  13. install:
  14. rename