summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-09-21 11:39:02 +0000
committerRoy Marples <roy@marples.name>2014-09-21 11:39:02 +0000
commit782564885d6c453a6099d32ff4da93c73cb3b970 (patch)
tree73bc5ea4d0eb502858f39e638164cd961582d6ba /Makefile
parent1304ce8127b82706f389eab70028aba6f830131f (diff)
downloaddhcpcd-782564885d6c453a6099d32ff4da93c73cb3b970.tar.xz
Redirect fd 3 to config.log.
Redirect all CC errors to fd 3.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac637b0c..3b6e256d 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ clean:
for x in ${SUBDIRS} test; do cd $$x; ${MAKE} $@; cd ..; done
distclean: clean
- rm -f .depend config.h config.mk
+ rm -f .depend config.h config.mk config.log
dist:
fossil tarball --name ${DISTPREFIX} ${FOSSILID} ${DISTFILEGZ}