From 740c2e1eeeef4420e4aeac9546f47f7910dd7bbd Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 22 Feb 2000 16:08:28 +0000 Subject: [PATCH] Upated comments. --- configure/Sample.Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/Sample.Makefile b/configure/Sample.Makefile index 048c42355..1b0670de8 100755 --- a/configure/Sample.Makefile +++ b/configure/Sample.Makefile @@ -1,7 +1,7 @@ # Makefile for base/src/sample # # -# Sample Makefile showing all possible entries +# Sample Makefile showing some possible entries # that are allowed using RULES_BUILD. # @@ -66,7 +66,7 @@ INC = file.h # defining a library # -------------------------------------------------------------------- # -# Contents of a library are specified via LIBSRCS. +# Contents of a library are specified via SRCS, LIBSRCS, or .._SRCS. # From this the platform specific object names (.o, .obj, ...) # are derived automatically. #