From 44b1d41291b53e8b8ed1290ff3da6f14f2916102 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Fri, 3 Aug 2001 21:58:07 +0000 Subject: [PATCH] fix capitalization prob --- dtool/src/cppparser/Sources.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dtool/src/cppparser/Sources.pp b/dtool/src/cppparser/Sources.pp index 973fb24527..7cad7041b1 100644 --- a/dtool/src/cppparser/Sources.pp +++ b/dtool/src/cppparser/Sources.pp @@ -6,9 +6,7 @@ #begin static_lib_target #define TARGET cppParser - // The composite files are named cppparser_composite?.cxx instead of - // cppParser_composite?.cxx. - #define COMBINED_SOURCES cppparser_composite1.cxx cppparser_composite2.cxx + #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx #define SOURCES \ cppArrayType.h cppBison.yxx cppBisonDefs.h \