diff options
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 ############################################################## |