packages/utils/lsof/patches/001-lsof_makefile.patch
florian 738f28ba39 Add lsof, thanks h3sp4wn (#1548)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-04-10 10:20:35 +00:00

15 lines
414 B
Diff

diff -ru lsof_4.77.orig/lsof_4.77_src/lib/Makefile.skel lsof_4.77/lsof_4.77_src/lib/Makefile.skel
--- lsof_4.77.orig/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100
+++ lsof_4.77/lib/Makefile.skel 2006-11-29 13:51:44.000000000 +0100
@@ -21,8 +21,8 @@
all: ${LIB}
${LIB}: ${OBJ}
- ${AR}
- ${RANLIB}
+ ${AR} ${LIB} ${OBJ}
+ ${RANLIB} ${LIB}
clean: FRC
rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core