diff options
-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 #define LIBS_TERMCAP termcapobj = termcap.o tparam.o #else /* LIBS_TERMCAP */ +# ifdef TERMCAP_OBJ +termcapobj = TERMCAP_OBJ +# else termcapobj = tparam.o +# endif /* not TERMCAP_OBJ */ #endif /* LIBS_TERMCAP */ #endif /* ! defined (TERMINFO) */ |