Gabriel Dos Reis <g...@cs.tamu.edu> writes:
| Juanjo,
|
| this patchlet fixes a typo in src/Makefile.in that breaks "make install".
Wrong patch :-(
Here is the right patch.
-- Gaby
Index: src/Makefile.in
===================================================================
RCS file: /cvsroot/ecls/ecl/src/Makefile.in,v
retrieving revision 1.107
diff -p -r1.107 Makefile.in
*** src/Makefile.in 3 Oct 2010 21:37:14 -0000 1.107
--- src/Makefile.in 4 Oct 2010 21:25:20 -0000
*************** install:
*** 172,178 ****
$(LN_S) @SONAME3@ @SONAME@ ) \
fi
$(INSTALL_PROGRAM) c/dpp$(EXE) $(DESTDIR)$(ecldir)
! $(INSTALL_PROGRAM) c/ecl_min(EXE) $(DESTDIR)$(ecldir)
for i in `cat modules`; do \
case $$i in \
*.fas) $(INSTALL_PROGRAM) $$i $(DESTDIR)$(ecldir);; \
--- 172,178 ----
$(LN_S) @SONAME3@ @SONAME@ ) \
fi
$(INSTALL_PROGRAM) c/dpp$(EXE) $(DESTDIR)$(ecldir)
! $(INSTALL_PROGRAM) ecl_min$(EXE) $(DESTDIR)$(ecldir)
for i in `cat modules`; do \
case $$i in \
*.fas) $(INSTALL_PROGRAM) $$i $(DESTDIR)$(ecldir);; \
------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security
easier or more difficult to achieve? Read this whitepaper to separate the
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list