Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2020 14:05:31 +0000 (UTC)
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365882 - head/lib/libarchive/tests
Message-ID:  <202009181405.08IE5VjV030642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arichardson
Date: Fri Sep 18 14:05:31 2020
New Revision: 365882
URL: https://svnweb.freebsd.org/changeset/base/365882

Log:
  Remove unnecessary include "../Makefile.inc"
  
  This is already pulled in by bsd.init.mk.
  
  Reported By:	kevans

Modified:
  head/lib/libarchive/tests/Makefile

Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile	Fri Sep 18 14:01:10 2020	(r365881)
+++ head/lib/libarchive/tests/Makefile	Fri Sep 18 14:05:31 2020	(r365882)
@@ -16,7 +16,6 @@ PROGS+=	libarchive_test
 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
 CFLAGS+= -I${_LIBARCHIVEDIR}/libarchive -I${_LIBARCHIVEDIR}/libarchive/test
 CFLAGS+= -I${_LIBARCHIVEDIR}/test_utils
-.include "../Makefile.inc"
 
 # Uncomment to link against dmalloc
 #LDADD+= -L/usr/local/lib -ldmalloc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009181405.08IE5VjV030642>