* src/SDCCutil.c (pathEquivalent): defined but not used
[fw/sdcc] / debugger / mcs51 / sdcdb.c
index 267dc7f201201a1e3a7a88c835bbb3ea185bf965..53a1a38cf253044b872a34211ed4e932213a4a65 100644 (file)
@@ -39,7 +39,7 @@ int nLinkrecs = 0;
 linkrec **linkrecs = NULL; /* all linkage editor records */
 context *currCtxt = NULL;
 short fullname = 0;
-char *ssdirl = SDCC_LIB_DIR ":" SDCC_LIB_DIR "/small" ;
+char *ssdirl = DATADIR LIB_DIR_SUFFIX ":" DATADIR LIB_DIR_SUFFIX "/small" ;
 char *simArgs[40];
 int nsimArgs = 0;
 char model_str[20];