diff options
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 44fa037..6780aa1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -49,10 +49,10 @@ H5Tinit.c: H5detect $(RUNTEST) ./H5detect >H5Tinit.c H5detect: H5detect.o - $(CC) $(CFLAGS) -o $@ H5detect.o + $(CC) $(CFLAGS) -o $@ H5detect.o $(LIBS) # no $(LIB) which is being made # How to build the programs... debug: debug.o $(LIB) - $(CC) $(CFLAGS) -o $@ debug.o $(LIB) + $(CC) $(CFLAGS) -o $@ debug.o $(LIB) $(LIBS) @CONCLUDE@ |