summaryrefslogtreecommitdiff
path: root/regress/usr.bin/libtool
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2017-07-25 12:49:30 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2017-07-25 12:49:30 +0000
commit351431b77bdca199b97fe74e9462adade3321a87 (patch)
tree9ecb178b359a56b708a2409b7699cf9d0cc917ba /regress/usr.bin/libtool
parentcd52075b5219c501dce3f4f0bfa08c49f4d57f73 (diff)
Do not remove files from CVS tree during make clean.
Diffstat (limited to 'regress/usr.bin/libtool')
-rw-r--r--regress/usr.bin/libtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/libtool/Makefile b/regress/usr.bin/libtool/Makefile
index 9237fd59382..d850a48e102 100644
--- a/regress/usr.bin/libtool/Makefile
+++ b/regress/usr.bin/libtool/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.35 2017/07/10 18:48:37 bluhm Exp $
+# $OpenBSD: Makefile,v 1.36 2017/07/25 12:49:29 bluhm Exp $
REGRESS_TARGETS = test-compile-0 test-link-0 test-install-0 \
test-run-0 test-link-1 test-install-1 test-run-1 \
test-link-2 test-link-3 test-link-4 \
@@ -348,7 +348,7 @@ lib$l.la: ${OBJ_$l}
${LIBS_ENV} ${LIBTOOL} --mode=link ${CC} ${CFLAGS} -o $@ ${$l_OPTS} ${OBJ_$l}
.endfor
-CLEANFILES += ${PRGS} s1 *.c *.o *.lo *.la .libs/* lib1/* out*
+CLEANFILES += ${PRGS} s1 e dummy*.c *.d *.o *.lo *.la .libs/* lib1/* out*
CLEANFILES += ${DEST}/bin/* ${DEST}/lib/* ${DEST2}/lib/* ${DEST3}/lib/*
.PHONY: ${REGRESS_TARGETS} regress compile-tests