From 114aa9971f3273bc0738386bd5d7b02531aeea37 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Oct 2014 03:10:23 -0400 Subject: Make: Remove superfluous calls to add things to $(pots) --- src/lib/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/Makefile b/src/lib/Makefile index f097d4e..5226dda 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -4,7 +4,6 @@ libexecs = $(filter-out librelib,$(progs)) # when the wildcard is performed libs = $(sort $(wildcard *.sh) common.sh) -pots = $(libs) include ../../common.mk # Build ############################################################## -- cgit v1.2.3-2-g168b