From: Ken Raeburn Date: Sat, 20 Jan 2007 17:23:36 +0000 (+0000) Subject: Move osconf input file to include directory instead of keeping it in its own X-Git-Tag: krb5-1.7-alpha1~1333 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ffe6e243062ab331c9542bdccbd583db2347adb4;p=krb5.git 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 --- 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