diff options
Diffstat (limited to 'utils/lsof/patches/001-lsof_makefile.patch')
-rw-r--r-- | utils/lsof/patches/001-lsof_makefile.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/lsof/patches/001-lsof_makefile.patch b/utils/lsof/patches/001-lsof_makefile.patch deleted file mode 100644 index eb2b73519..000000000 --- a/utils/lsof/patches/001-lsof_makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/lib/Makefile.skel -+++ b/lib/Makefile.skel -@@ -21,8 +21,8 @@ OBJ= ckkv.o cvfs.o dvch.o fino.o isfn.o - all: ${LIB} - - ${LIB}: ${OBJ} -- ${AR} -- ${RANLIB} -+ ${AR} ${LIB} ${OBJ} -+ ${RANLIB} ${LIB} - - clean: FRC - rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core |