[svn-r913] Added $(LDFLAGS) to the make command for H5detect.

Tested on O2K in both parallel and serial modes.
This commit is contained in:
Albert Cheng 1998-11-16 00:06:02 -05:00
parent 855248c589
commit c3570e984a

View File

@ -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@