summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-20 15:52:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-20 15:52:21 +0000
commit8d2440165538a46da6e3a2a42da084a5e26bed8a (patch)
tree35360ad26e6ba3da83137f3e868245680818e74d /include
parent902ea8a182e63180ddb0cc646081f60058d8e4cf (diff)
downloadATCD-8d2440165538a46da6e3a2a42da084a5e26bed8a.tar.gz
(TEMPLATE_REPOSITORY): don't create Templates.DB/Modules.DB, because that should be Module.DB, and it's not needed anyways
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos4_sunc++4.x.GNU4
-rw-r--r--include/makeinclude/platform_sunos4_sunc++4.x_orbix.GNU4
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/makeinclude/platform_sunos4_sunc++4.x.GNU b/include/makeinclude/platform_sunos4_sunc++4.x.GNU
index 700669dd085..b122a76859f 100644
--- a/include/makeinclude/platform_sunos4_sunc++4.x.GNU
+++ b/include/makeinclude/platform_sunos4_sunc++4.x.GNU
@@ -20,5 +20,5 @@ SOFLAGS = -G $(CPPFLAGS)
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
$(SOLINK.cc) $(PIC) -o $@ $(LDFLAGS) $(VSHDIR)$*.o
-#### Create these directories to avoid compiler warnings.
-TEMPLATE_REPOSITORY = Templates.DB Templates.DB/Modules.DB
+#### Create template repository to avoid compiler warning.
+TEMPLATE_REPOSITORY = Templates.DB
diff --git a/include/makeinclude/platform_sunos4_sunc++4.x_orbix.GNU b/include/makeinclude/platform_sunos4_sunc++4.x_orbix.GNU
index 67e0c4896e8..fec612a3113 100644
--- a/include/makeinclude/platform_sunos4_sunc++4.x_orbix.GNU
+++ b/include/makeinclude/platform_sunos4_sunc++4.x_orbix.GNU
@@ -21,5 +21,5 @@ SOFLAGS = -G $(CPPFLAGS)
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
$(SOLINK.cc) -o $@ $(LDFLAGS) $(VSHDIR)$*.o
-#### Create these directories to avoid compiler warnings.
-TEMPLATE_REPOSITORY = Templates.DB Templates.DB/Modules.DB
+#### Create template repository to avoid compiler warning.
+TEMPLATE_REPOSITORY = Templates.DB
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index e93ef81d17a..b6e204d3e3e 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -57,8 +57,8 @@ ARFLAGS = -xar -o
RANLIB = echo
SOFLAGS = -G $(CPPFLAGS)
-#### Create these directories to avoid compiler warnings.
-TEMPLATE_REPOSITORY = Templates.DB Templates.DB/Modules.DB
+#### Create template repository to avoid compiler warning.
+TEMPLATE_REPOSITORY = Templates.DB
ifdef BIN
#### Builds .shobj/$*.o file, then .shobj/$*.so file. The .o files