diff options
| author | Roy Marples <roy@marples.name> | 2014-09-21 11:39:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-09-21 11:39:02 +0000 |
| commit | 782564885d6c453a6099d32ff4da93c73cb3b970 (patch) | |
| tree | 73bc5ea4d0eb502858f39e638164cd961582d6ba /Makefile | |
| parent | 1304ce8127b82706f389eab70028aba6f830131f (diff) | |
| download | dhcpcd-782564885d6c453a6099d32ff4da93c73cb3b970.tar.xz | |
Redirect fd 3 to config.log.
Redirect all CC errors to fd 3.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
