mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r913] Added $(LDFLAGS) to the make command for H5detect.
Tested on O2K in both parallel and serial modes.
This commit is contained in:
parent
855248c589
commit
c3570e984a
@ -48,6 +48,6 @@ H5Tinit.c: H5detect
|
||||
|
||||
# no $(LIB) in the action below since that's being made now.
|
||||
H5detect: H5detect.o
|
||||
$(CC) $(CFLAGS) -o $@ H5detect.o $(LIBS)
|
||||
$(CC) $(CFLAGS) -o $@ H5detect.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
@CONCLUDE@
|
||||
|
Loading…
x
Reference in New Issue
Block a user