Author: andrew
Date: Sun Jun 24 09:19:24 2012
New Revision: 237531
URL: http://svn.freebsd.org/changeset/base/237531

Log:
  Add the sys directory we create to the list of items to clean.

Modified:
  head/lib/libelf/Makefile

Modified: head/lib/libelf/Makefile
==============================================================================
--- head/lib/libelf/Makefile    Sun Jun 24 09:12:49 2012        (r237530)
+++ head/lib/libelf/Makefile    Sun Jun 24 09:19:24 2012        (r237531)
@@ -65,6 +65,7 @@ SRCS+=        sys/elf32.h sys/elf64.h sys/elf_c
 
 GENSRCS=       libelf_fsize.c libelf_msize.c libelf_convert.c
 CLEANFILES=    ${GENSRCS}
+CLEANDIRS=     sys
 CFLAGS+=       -I${.CURDIR} -I.
 
 sys/elf32.h sys/elf64.h sys/elf_common.h: sys
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to