Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 8 Nov 2008 02:42:00 +0000 (21:42 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 8 Nov 2008 02:42:00 +0000 (21:42 -0500)
Makefile

index da1f6a17742879a673338549c6d5eeff760ed79b..b294ed923d9e64fe98f7ebfd033e42571fbe9b76 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,10 @@ else
 Q=@
 endif
 
+OBJCOPY=objcopy
+NM=nm
+STRIP=strip
+
 .PHONY : all FORCE
 
 vpath %.c src