| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include <ctype.h> | |
| 11 | #include <time.h> | |
| 12 | + | #include <signal.h> |
| 13 | ||
| 14 | #include "platform.h" | |
| 15 | #include "rtprocess.h" | |
| # | Line 644 | Line 645 | mkpmap(void) /* run mkpmap if indicated */ | |
| 645 | for (cp = combuf; *cp; cp++) | |
| 646 | ; | |
| 647 | mkpmapopts(cp); | |
| 648 | + | /* force file overwrite */ |
| 649 | + | cp = addarg(cp, "-fo+"); |
| 650 | if (vdef(REPORT)) { | |
| 651 | char errfile[256]; | |
| 652 | int n; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |