From 88a60fbe6f87a371be52880d08c20278b8bfa019 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 20 Sep 1999 22:16:30 +0000 Subject: [PATCH] Some 3.14 updates. --- configure/Sample.Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure/Sample.Makefile b/configure/Sample.Makefile index 32c019c7c..304805213 100755 --- a/configure/Sample.Makefile +++ b/configure/Sample.Makefile @@ -1,12 +1,12 @@ -# Makefile.Host for base/src/sample +# Makefile for base/src/sample # # -# Sample Makefile.Host showing all possible entries -# that are allowed using RULES.Host. +# Sample Makefile showing all possible entries +# that are allowed using RULES_BUILD. # TOP = ../../.. -include $(TOP)/config/CONFIG +include $(TOP)/configure/CONFIG CMPLR = STRICT # Add-on CFLAGS that are needed by this Makefile. @@ -178,6 +178,6 @@ SCRIPTS = script # put all definitions before the following include line # put all rules after the following include line -include $(TOP)/config/RULES.Host +include $(TOP)/configure/RULES_BUILD # EOF Makefile.Host