From 053acd7074b4c023dcfe982dc9ccc4dade2ce263 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 Apr 1999 18:54:16 +0000 Subject: Now install utsname.h. --- c/src/exec/posix/include/sys/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/c/src/exec/posix/include/sys/Makefile.in b/c/src/exec/posix/include/sys/Makefile.in index 6e70e913fe..6b97ff7d4d 100644 --- a/c/src/exec/posix/include/sys/Makefile.in +++ b/c/src/exec/posix/include/sys/Makefile.in @@ -15,8 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@ VPATH = @srcdir@ -#H_PIECES=utsname -H_PIECES= +H_PIECES=utsname H_FILES=$(H_PIECES:%=$(srcdir)/%.h) SRCS=$(H_FILES) -- cgit v1.2.3