diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-12 21:32:37 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:22 +0200 |
commit | 119f8bb12d13ac76820d1e374f5161e8479fe8ef (patch) | |
tree | d563643b9073869a77fdca5b28d86fdde6225949 | |
parent | 88b7712448a06545fb42854f63f642227c5b0d2a (diff) |
remove subdir include/internal on install
overseen this on an earlier commit
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 9d18cfe42..3101527b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -214,6 +214,7 @@ $(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c # a "y" here means the feature is enabled and so we should *not* rm it. # if the option expands to nothing though, we can punt the headers. HEADERS_RM- := \ + internal \ dl-osinfo.h \ hp-timing.h \ _lfs_64.h \ |