summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-24 06:46:54 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-24 06:46:54 +0000
commit1192689eadefccf70832cb5cfeaac3ffeaf6f899 (patch)
treeedfbe251c3f17b00b2f9f4703c11c138f6785309 /Makefile.in
parent608386fccd1c9eff1fa014d6200b1fb9694926a5 (diff)
move all options before non-options as pointed out by Paul Brook
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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