=================================================================== RCS file: /cvs/ace/ace/lib/make-imglib.c,v retrieving revision 1.3 retrieving revision 1.4 diff -p -u -r1.3 -r1.4 --- ace/lib/make-imglib.c 2012/03/24 18:02:03 1.3 +++ /cvs/ace/ace/lib/make-imglib.c 2013/01/03 13:33:45 1.4 @@ -257,7 +257,7 @@ main(int argc, char **argv) case 'd': depfile = fopen(optarg, "w"); if (!depfile) { - fprintf(stderr, "Unable to open dependency file %s for writing\n", depfile); + fprintf(stderr, "Unable to open dependency file %s for writing\n", optarg); perror("The error was"); exit(1); }