summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-28 16:11:49 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-28 16:11:49 +0000
commit1117f152edf542635726e47d6af205848cc8c8da (patch)
treed374802183ce898fbdce98ccc7638c2c63b430ca
parent0747c2023981919aadddd14e101ed0c27aff23ef (diff)
downloaduClibc-alpine-1117f152edf542635726e47d6af205848cc8c8da.tar.bz2
uClibc-alpine-1117f152edf542635726e47d6af205848cc8c8da.tar.xz
Do not install .regex.ChangeLog.14 any more (removed) for tests
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6f139a0fe..1fd169ab4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -469,7 +469,7 @@ install_test:
mkdir -p $(PREFIX)
$(INSTALL) -m 644 .config Rules.mak $(PREFIX)
for i in `find test -type d | grep -v .svn` ; do $(INSTALL) -d $(PREFIX)/$$i ; done
- for j in `find test -name '*.c' -o -name '*.in' -o -name '*.dat' -o -name '*.input' -o -name .regex.ChangeLog.14` ; \
+ for j in `find test -name '*.c' -o -name '*.in' -o -name '*.dat' -o -name '*.input'` ; \
do $(INSTALL) -m 644 $$j $(PREFIX)/$$j; done
for j in `find test -name '*.mak' -o -name 'Make*'| grep -v .svn`; \
do $(INSTALL) -m 644 $$j $(PREFIX)/$$j; done