From 16f06bd0cab3e0b7e08ee45c7bb4e86cae75b601 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 4 Aug 2006 18:40:08 +0000 Subject: [PATCH] fs-conv-sol26-move-20060802 Take advantage of the new platform infrastructure to move fs_conv_sol26 out of the vol directory and remove the annoying Autoconf support for optionally build it in favor of the platform support. We no longer care about upgrading inode file servers on DUX, so make fs_conv_DUX4 go away. --- src/platform/SOLARIS/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/SOLARIS/Makefile.in b/src/platform/SOLARIS/Makefile.in index 7d282389f2..42db2d5799 100644 --- a/src/platform/SOLARIS/Makefile.in +++ b/src/platform/SOLARIS/Makefile.in @@ -49,4 +49,4 @@ dest: fs_conv_sol26 clean: $(RM) -f *.o *.a AFS_component_version_number.c fs_conv_sol26 -include ../config/Makefile.version +include ../../config/Makefile.version