summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-01-30 00:37:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-01-30 00:37:28 (GMT)
commit0fd1ac674010b6b45a40ef06bd38d966aca03d59 (patch)
tree6ce27506768ff5d9cc5be29e11d9befc018ab011 /src/Makefile.in
parent43ddb0f2c42065cbe3b0d1cdc2295177f658c5c6 (diff)
downloadhdf5-0fd1ac674010b6b45a40ef06bd38d966aca03d59.zip
hdf5-0fd1ac674010b6b45a40ef06bd38d966aca03d59.tar.gz
hdf5-0fd1ac674010b6b45a40ef06bd38d966aca03d59.tar.bz2
[svn-r1951] Tweaks to detect the shared libraries on NCSA's systems, so that Albert's
automated tests will work correctly on arabica.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index cdef845..08a8899 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -51,10 +51,10 @@ PRIVATE_HDR=H5private.h H5Aprivate.h H5Apkg.h H5ACprivate.h H5Bprivate.h \
## Number format detection
H5Tinit.c: H5detect
- $(RUNSERIAL) ./H5detect >H5Tinit.c
+ $(LT_RUN) ./H5detect >H5Tinit.c
## no $(LIB) in the action below since that's being made now.
H5detect: H5detect.o
- $(CC) $(CFLAGS) -o $@ H5detect.o $(LDFLAGS) $(LIBS)
+ $(LT_LINK_EXE) $(CFLAGS) -o $@ H5detect.o $(LDFLAGS) $(LIBS)
@CONCLUDE@