From 08e0d5a5bc82cb370a1fe09c80a60251f23cc92d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 13 Feb 2004 21:44:44 +0000 Subject: [PATCH] Changed LIBSRCS to LIB_SRCS. --- configure/Sample.Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/Sample.Makefile b/configure/Sample.Makefile index 531debc94..90f6146ea 100755 --- a/configure/Sample.Makefile +++ b/configure/Sample.Makefile @@ -72,7 +72,7 @@ INC = file.h # defining a library # -------------------------------------------------------------------- # -# Contents of a library are specified via SRCS, LIBSRCS, or .._SRCS. +# Contents of a library are specified via SRCS, LIB_SRCS, or .._SRCS. # From this the platform specific object names (.o, .obj, ...) # are derived automatically. # @@ -86,7 +86,7 @@ INC = file.h # ./os/OS_CLASS # ./os/generic # . -# So usually only LIBSRCS should be sufficient! +# So usually only LIB_SRCS should be sufficient! # SRCS files will be used for both LIBRARY and PROD SRCS = file_for_lib.c another_file.cpp