split libbb: moved xregcomp separatelly for speed up recompile

This commit is contained in:
"Vladimir N. Oleynik"
2005-09-14 16:59:11 +00:00
parent b4f3cff6f5
commit 23f62fc6f3
7 changed files with 36 additions and 8 deletions

View File

@@ -27,10 +27,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <regex.h>
#include <string.h>
#include <errno.h>
#include "busybox.h"
#include "xregex.h"
/* options */