Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
diff -ru lsof_4.81.orig/lsof_4.81_src/lib/Makefile.skel lsof_4.81/lsof_4.81_src/lib/Makefile.skel
|
||||
--- a/lib/Makefile.skel 2001-02-13 03:12:22.000000000 +0100
|
||||
+++ b/lib/Makefile.skel 2006-11-29 13:51:44.000000000 +0100
|
||||
@@ -21,8 +21,8 @@
|
||||
all: ${LIB}
|
||||
|
||||
${LIB}: ${OBJ}
|
||||
- ${AR}
|
||||
- ${RANLIB}
|
||||
+ ${AR} cr ${LIB} ${OBJ}
|
||||
+ ${RANLIB} ${LIB}
|
||||
|
||||
clean: FRC
|
||||
rm -f ${LIB} ${OBJ} errs Makefile.bak a.out core
|
||||
Reference in New Issue
Block a user