diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-01 03:10:23 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-10-01 03:10:23 -0400 |
commit | 114aa9971f3273bc0738386bd5d7b02531aeea37 (patch) | |
tree | e0e23ebd2a848ff6909699322015899764c6ba79 /src/lib | |
parent | 2a4a4cd980941570d2b6107df8cf5c65a3a61b33 (diff) |
Make: Remove superfluous calls to add things to $(pots)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 ############################################################## |