mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r5161] Purpose:
Bug Fix Fix Description: The way I fixed the bug didn't work on Linux. Solution: Changed so that we use the $* macro with a .c extension instead of assuming that $< won't have a full pathname already. Platforms tested: Linux
This commit is contained in:
parent
ecb4296890
commit
055bff2ecc
@ -58,7 +58,7 @@ LIB_COBJ=$(LIB_XOBJ:.x=.o)
|
||||
LIB_OBJ=$(PABLO_OBJ) $(LIB_COBJ)
|
||||
|
||||
.c.x:
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $(top_srcdir)/src/$< -o $*.o
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $(top_srcdir)/src/$*.c -o $*.o
|
||||
cp $*.o $@
|
||||
|
||||
# 'vpath' directive is only supported in gmake, take out - QAK
|
||||
|
Loading…
Reference in New Issue
Block a user