diff options
Diffstat (limited to 'package/lsof/patches/patch-lib_Makefile_skel')
-rw-r--r-- | package/lsof/patches/patch-lib_Makefile_skel | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lsof/patches/patch-lib_Makefile_skel b/package/lsof/patches/patch-lib_Makefile_skel new file mode 100644 index 000000000..dc58ea4fa --- /dev/null +++ b/package/lsof/patches/patch-lib_Makefile_skel @@ -0,0 +1,11 @@ +--- lsof_4.84_src.orig/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100 ++++ lsof_4.84_src/lib/Makefile.skel 2011-01-12 19:42:17.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 |