diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-24 06:46:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-24 06:46:54 +0000 |
commit | 1192689eadefccf70832cb5cfeaac3ffeaf6f899 (patch) | |
tree | edfbe251c3f17b00b2f9f4703c11c138f6785309 /Makefile.in | |
parent | 608386fccd1c9eff1fa014d6200b1fb9694926a5 (diff) | |
download | uClibc-alpine-1192689eadefccf70832cb5cfeaac3ffeaf6f899.tar.bz2 uClibc-alpine-1192689eadefccf70832cb5cfeaac3ffeaf6f899.tar.xz |
move all options before non-options as pointed out by Paul Brook
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 |