diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-09 16:59:07 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-09 16:59:07 +0000 |
commit | e420f6b9156a5eb91e55a1e33b2fde6595d0829e (patch) | |
tree | 3a295fad3f56209f8b20383ed47f598fe46a61ca /include/makeinclude/platform_osf1_4.0_rcc.GNU | |
parent | 9b5f57f437b83b261f23d661e695b0362d60a47c (diff) | |
download | ATCD-e420f6b9156a5eb91e55a1e33b2fde6595d0829e.tar.gz |
replaced hard-coded /bin/rm -f with $(RM)
Diffstat (limited to 'include/makeinclude/platform_osf1_4.0_rcc.GNU')
-rw-r--r-- | include/makeinclude/platform_osf1_4.0_rcc.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_osf1_4.0_rcc.GNU b/include/makeinclude/platform_osf1_4.0_rcc.GNU index 24e918c507e..f188fe2d682 100644 --- a/include/makeinclude/platform_osf1_4.0_rcc.GNU +++ b/include/makeinclude/platform_osf1_4.0_rcc.GNU @@ -21,5 +21,5 @@ ARFLAGS = cruvZ # so there is no need for ranlib RANLIB = /usr/bin/true SOFLAGS = -shared # -use_ld_input $(ACELIB) -SOBUILD = /bin/rm -f $@; $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< && \ +SOBUILD = $(RM) $@; $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $< && \ ln $(VSHDIR)$*.o $@ |