diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-12-22 19:13:15 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-12-22 19:13:15 (GMT) |
commit | 11266c5c198ec3b9899b66013bb3e970ca97bbfa (patch) | |
tree | 6efce495717986fa8b3a53af4b889d77543428a0 | |
parent | 0611128acd824e536d001b0bf8ca211be75d8aa7 (diff) | |
download | blt-11266c5c198ec3b9899b66013bb3e970ca97bbfa.zip blt-11266c5c198ec3b9899b66013bb3e970ca97bbfa.tar.gz blt-11266c5c198ec3b9899b66013bb3e970ca97bbfa.tar.bz2 |
make sure automake gets run
-rw-r--r-- | make.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make.include b/make.include index 06f4788..e27eb9d 100644 --- a/make.include +++ b/make.include @@ -277,7 +277,7 @@ ast/Makefile : $(CONFIGFLAGS) \ --prefix $(ROOT) --exec-prefix $(ROOT) \ --disable-shared - touch configure.ac aclocal.m4 configure Makefile.am Makefile.in + cd ast; touch configure.ac aclocal.m4 configure Makefile.am Makefile.in ast/ast.h : @echo "" |