|
|||||||||||
|
[Bugs] ranlib on libdes.a fails on -rc2
From: Paul Wouters <paul(at)xtdnet.nl>
Date: Tue Mar 04 2003 - 16:48:06 EST Makefile in lib/libdes/ has: $(DLIB): $(OBJ)
/bin/rm -f $(DLIB)
ar cr $(DLIB) $(OBJ)
-if test -s $(RANLIB); then $(RANLIB) $(DLIB); \
else if test -s /usr/bin/ranlib; then /usr/bin/ranlib $(DLIB); \
else exit 0; fi; fi
This test fails for me with: /bin/sh: line 1: libdes.a: command not found This works for me: -if test -s '$(RANLIB)' Paul -- God devised pigeons as a means of punishment for man. Probably after the destruction of Sodom and Gomorrha he wanted to make sure that people would never again feel comfortable enough in a city to repeat the sins committed there, and he created the pigeons as a means to make the city dwellers' lives more miserable, as a constant reminder of their past sins. _______________________________________________ Bugs mailing list Bugs@lists.freeswan.org http://lists.freeswan.org/mailman/listinfo/bugsReceived on Tue Mar 4 17:35:40 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 12:59:30 EDT |
||||||||||
|
|||||||||||