sync cleandir target
This commit is contained in:
parent
cb2fd22c38
commit
848edc698c
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $MirOS: src/bin/mksh/Makefile,v 1.76 2009/07/30 19:11:09 tg Exp $
|
||||
# $MirOS: src/bin/mksh/Makefile,v 1.77 2009/07/30 19:18:06 tg Stab $
|
||||
#-
|
||||
# Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
# Thorsten Glaser <tg@mirbsd.org>
|
||||
|
@ -76,7 +76,7 @@ test-build: .PHONY
|
|||
cleandir: clean-extra
|
||||
|
||||
clean-extra: .PHONY
|
||||
-rm -rf build-dir regress-dir
|
||||
-rm -rf build-dir regress-dir printf.o printf.ln
|
||||
|
||||
distribution:
|
||||
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${CONFGRP} -m 0644 \
|
||||
|
|
Loading…
Reference in New Issue