Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / Makefile.common.in
index 0a540bf4fb09adb6b4070047fbe0a1ea96e66c80..ead4027541c2a70951dce06764011959b5432e84 100644 (file)
@@ -11,8 +11,8 @@ VERSIONP        = @VERSIONP@
 
 # Programs
 SHELL          = /bin/sh
-CC             = @CC@
-CPP            = @CPP@
+CC             = @CCACHE@ @CC@
+CPP            = @CCACHE@ @CPP@
 RANLIB         = @RANLIB@
 INSTALL                = @INSTALL@
 YACC            = @YACC@