summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-09 03:07:17 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-09 03:07:17 +0000
commitcaa4ad6ca76187c17f4f6a024564faa1b81892d8 (patch)
treed680055b29dc9256fb789f4103b075c3a792256a /include
parent9846e37617dc530a1cfe16b10f573f49a48a6de9 (diff)
downloadATCD-caa4ad6ca76187c17f4f6a024564faa1b81892d8.tar.gz
removed "rm -f $@" from AR command so that archive won't be removed during incremental updates
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++_4.1.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++_4.1.GNU b/include/makeinclude/platform_sunos5_sunc++_4.1.GNU
index a052348e955..c8c4a71aa6a 100644
--- a/include/makeinclude/platform_sunos5_sunc++_4.1.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++_4.1.GNU
@@ -48,7 +48,7 @@ PIC = -PIC
#
# so here we remove the archive prior to making the new one
#
-AR = rm -f $@ ; CC
+AR = CC
ARFLAGS = -xar -o
RANLIB = echo
SOFLAGS = -G $(CPPFLAGS)