diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |