From ffe6e243062ab331c9542bdccbd583db2347adb4 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 20 Jan 2007 17:23:36 +0000 Subject: [PATCH] Move osconf input file to include directory instead of keeping it in its own subdirectory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19092 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/Makefile.in | 6 +++--- src/include/{stock/osconf.h => osconf.hin} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/include/{stock/osconf.h => osconf.hin} (100%) diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 888076ee5..aaf852847 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -37,8 +37,8 @@ $(srcdir)/autoconf.stmp: $(srcdir)/$(thisconfigdir)/configure.in $(SRCTOP)/acloc ##DOS##autoconf.h: win-mac.h ##DOS## $(CP) win-mac.h $@ -##DOS##osconf.h: stock\osconf.h -##DOS## $(CP) stock\osconf.h $@ +##DOS##osconf.h: osconf.hin +##DOS## $(CP) osconf.hin $@ ############################################################################### ##DOS##!if 0 @@ -63,7 +63,7 @@ PROCESS_REPLACE = -e "s+@KRB5RCTMPDIR+$(KRB5RCTMPDIR)+" \ -e 's+@LOCALSTATEDIR+$(LOCALSTATEDIR)+' \ -e 's+@SYSCONFDIR+$(SYSCONFDIR)+' -OSCONFSRC = $(srcdir)/stock/osconf.h +OSCONFSRC = $(srcdir)/osconf.hin osconf.h: $(OSCONFSRC) Makefile cat $(OSCONFSRC) | sed $(PROCESS_REPLACE) > osconf.new diff --git a/src/include/stock/osconf.h b/src/include/osconf.hin similarity index 100% rename from src/include/stock/osconf.h rename to src/include/osconf.hin -- 2.26.2