mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r23400] I updated Makefile.in for Mac.
Tested on MacGoblin and koala.
This commit is contained in:
parent
7c70c816f5
commit
61b39ecc7c
@ -36,7 +36,7 @@ $(NAME1).o: $(SRCDIR)/$(NAME1).c
|
||||
$(CC) $(CFLAGS) $(INCLUDES) -c $(SRCDIR)/$(NAME1).c
|
||||
|
||||
lib$(NAME1).so.$(VERSION): $(NAME1).o
|
||||
$(CC) -shared -Wl,-soname,lib$(NAME1).so.$(MAJOR) $^ -o $@
|
||||
$(CC) -shared $^ -o $@
|
||||
|
||||
clean:
|
||||
$(RM) *.o *.so* Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user