From 1192689eadefccf70832cb5cfeaac3ffeaf6f899 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Nov 2005 06:46:54 +0000 Subject: move all options before non-options as pointed out by Paul Brook --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3