1234567891011 |
- --- lsof_4.84.orig/lsof_4.84_src/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100
- +++ lsof_4.84/lsof_4.84_src/lib/Makefile.skel 2011-01-15 23:58:50.000000000 +0100
- @@ -22,7 +22,7 @@ all: ${LIB}
-
- ${LIB}: ${OBJ}
- ${AR}
- - ${RANLIB}
- + ${RANLIB} ${LIB}
-
- clean: FRC
- rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core
|