From c3570e984a10701abcef85f3ada67b76d602c4cf Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 16 Nov 1998 00:06:02 -0500 Subject: [svn-r913] Added $(LDFLAGS) to the make command for H5detect. Tested on O2K in both parallel and serial modes. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index bf5dd48..d6629a6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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@ -- cgit v0.12