diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-04-25 22:55:11 +0400 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2010-04-25 21:34:19 -0700 |
commit | e5add5dd0d7cf87c6cd0cac246e79f617c41362b (patch) | |
tree | 1a21497bf027d510959c896162d65719349aecbb | |
parent | a63e523a5ee5599ce83fe7a964fa69d25d5d04ac (diff) |
Makefile.in: install sgtty.h
Proper and useful header, for example used by pacemaker.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a6fdc60d6..5474d37bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -221,8 +221,7 @@ HEADERS_RM- := \ tls.h \ rpc/des_crypt.h \ rpc/key_prot.h \ - rpc/rpc_des.h \ - sgtty.h + rpc/rpc_des.h HEADERS_RM-$(UCLIBC_HAS_FLOATS) += \ complex.h \ fpu_control.h \ |