bump version
[buildroot.git] / package / lsof / lsof-makefile.patch
blobe0a5acf3ef2ff2270524a85bc035c718bdfefd4b
1 diff -ru lsof_4.77.orig/lsof_4.77_src/lib/Makefile.skel lsof_4.77/lsof_4.77_src/lib/Makefile.skel
2 --- lsof_4.77.orig/lsof_4.77_src/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100
3 +++ lsof_4.77/lsof_4.81_src/lib/Makefile.skel 2006-11-29 13:51:44.000000000 +0100
4 @@ -21,8 +21,8 @@
5 all: ${LIB}
7 ${LIB}: ${OBJ}
8 - ${AR}
9 - ${RANLIB}
10 + ${AR} cr ${LIB} ${OBJ}
11 + ${RANLIB} ${LIB}
13 clean: FRC
14 rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core