From 63b24d29144773701c7250ba0b795d0ad80ef0aa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 15:51:28 +0000 Subject: Missed in earlier commits. --- automake/compile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'automake') diff --git a/automake/compile.am b/automake/compile.am index 0a7a5a7422..938722f277 100644 --- a/automake/compile.am +++ b/automake/compile.am @@ -298,6 +298,10 @@ STRIP = $(STRIP_FOR_TARGET) else CC = @CC@ $(GCCSPECS) CXX = @CXX@ $(GCCSPECS) +OBJCOPY = @OBJCOPY@ +NM = @NM@ +SIZE = @SIZE@ +STRIP = @STRIP@ endif ## -- cgit v1.2.3