diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index f591fb1f229..06990d2e455 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -577,7 +577,11 @@ termcapobj = terminfo.o | |||
| 577 | #define LIBS_TERMCAP | 577 | #define LIBS_TERMCAP |
| 578 | termcapobj = termcap.o tparam.o | 578 | termcapobj = termcap.o tparam.o |
| 579 | #else /* LIBS_TERMCAP */ | 579 | #else /* LIBS_TERMCAP */ |
| 580 | # ifdef TERMCAP_OBJ | ||
| 581 | termcapobj = TERMCAP_OBJ | ||
| 582 | # else | ||
| 580 | termcapobj = tparam.o | 583 | termcapobj = tparam.o |
| 584 | # endif /* not TERMCAP_OBJ */ | ||
| 581 | #endif /* LIBS_TERMCAP */ | 585 | #endif /* LIBS_TERMCAP */ |
| 582 | #endif /* ! defined (TERMINFO) */ | 586 | #endif /* ! defined (TERMINFO) */ |
| 583 | 587 | ||