diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 39568f0f0..b132d7c77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -125,7 +125,7 @@ install_headers: else \ extra_exclude="" ; \ fi ; \ - tar -chf - include --exclude .svn $$extra_exclude \ + tar -chf - --exclude .svn $$extra_exclude include \ | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX) $(RM) $(PREFIX)$(DEVEL_PREFIX)include/ssp-internal.h $(RM) $(PREFIX)$(DEVEL_PREFIX)include/dl-osinfo.h |