diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-09 16:58:18 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-09 16:58:18 +0000 |
commit | 239956cf20015ab821bc9bcead779e75bffe1a09 (patch) | |
tree | 96e5014627c06c9e2346ad67e988ebed93043d5f /include | |
parent | d04eb24ea176ab4dd0708ea3dd8afd0188656c07 (diff) | |
download | ATCD-239956cf20015ab821bc9bcead779e75bffe1a09.tar.gz |
removed RM override because it's not necessary
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 2818b660c33..64318cf930a 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -161,7 +161,6 @@ endif LEX = flex PCFLAGS += #### set in platform_macros.GNU file, e.g., -p PCCFLAGS += #### set in platform_macros.GNU file, e.g., -p -RM = /bin/rm VAR = VDIR = .obj/ ifndef ACELIB |