|
 1.3.55
 Makefile
diff -u --recursive --new-file v1.3.54/linux/Makefile linux/Makefile
--- v1.3.54/linux/Makefile Thu Jan 4 21:54:53 1996
+++ linux/Makefile Sat Jan 6 15:26:35 1996
@@ -1,6 +1,6 @@
VERSION = 1
PATCHLEVEL = 3
-SUBLEVEL = 54
+SUBLEVEL = 55
ARCH = i386
@@ -309,7 +309,7 @@
distclean: mrproper
rm -f core `find . \( -name '*.orig' -o -name '*~' -o -name '*.bak' \
- -o -name '#*#' -o -name '.*.orig' \) -print`
+ -o -name '#*#' -o -name '.*.orig' \) -print` TAGS
backup: mrproper
|