Move osconf input file to include directory instead of keeping it in its own
authorKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2007 17:23:36 +0000 (17:23 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 20 Jan 2007 17:23:36 +0000 (17:23 +0000)
subdirectory.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19092 dc483132-0cff-0310-8789-dd5450dbe970

src/include/Makefile.in
src/include/osconf.hin [moved from src/include/stock/osconf.h with 100% similarity]

index 888076ee5d0ae4eae66421ea715be7f5a4150fce..aaf852847e572147b732a9b0531a9760758a0a90 100644 (file)
@@ -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