lam_mpi: fixed error during instalation when not compiled.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1672 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
9ed8a7ba0d
commit
21662f4015
@ -64,7 +64,7 @@ hash.o: $(srcdir)/hash.c $(srcdir)/hash.h
|
||||
@DO_SECOND_LD@ @SHLIB_LD@ $(MPILDF) -o yap_mpi@SHLIB_SUFFIX@ $(OBJS)
|
||||
|
||||
install: all
|
||||
$(INSTALL_PROGRAM) $(SOBJS) $(DESTDIR)$(LIBDIR)
|
||||
@if test "$(SOBJS)" = "no"; then echo ""; else $(INSTALL_PROGRAM) $(SOBJS) $(DESTDIR)$(LIBDIR); fi
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ $(OBJS) $(SOBJS) *.BAK
|
||||
|
Reference in New Issue
Block a user