diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-02 06:46:40 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-02 06:46:40 (GMT) |
commit | cd1d1d41df4d54f5e1121550c7f7eb7f83bcfab9 (patch) | |
tree | 9f39886657d25fd8bf621b8e1a769ad64dfb7534 /Makefile.in | |
parent | 45eefdbdea5aec34f67dabec64a5a1005483c095 (diff) | |
parent | 67f41bf9f80499f1e1f6dc8e27a599ba0a4b9ef3 (diff) | |
download | hdf5-cd1d1d41df4d54f5e1121550c7f7eb7f83bcfab9.zip hdf5-cd1d1d41df4d54f5e1121550c7f7eb7f83bcfab9.tar.gz hdf5-cd1d1d41df4d54f5e1121550c7f7eb7f83bcfab9.tar.bz2 |
[svn-r26096] Merged r26024-26095 from trunk.
Tested on: jam with Fortran and C++
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 298add2..054022a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,9 +43,9 @@ # Configure should set AM_MAKEFLAGS to -V to solve this problem in # subdirectories. # NOTE: This means that invoking pmake in a subdirectory will not work. -.MAKEFLAGS:@AM_MAKEFLAGS@ - $(MAKE) all - +#xxx.MAKEFLAGS:@AM_MAKEFLAGS@ +#xxx $(MAKE) all +#xxx VPATH = @srcdir@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' am__make_running_with_option = \ |