X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=Makefile;h=96c73aba83e85ed8229133c535d12debce207061;hp=747955d75fc9fed188de2aa332500641164d3ec0;hb=a48458814a4c26a6430b27105c0ab747c907473f;hpb=771bd8cbffe1ffb06d90b2c7f00191830e6b738c diff --git a/Makefile b/Makefile index 747955d75..96c73aba8 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ include Makedefs # Directories to make... # -DIRS = cups test $(BUILDDIRS) $(PHPDIR) $(FONTS) +DIRS = cups test $(BUILDDIRS) # @@ -285,7 +285,7 @@ docset: apihelp # sloc: - for dir in cups cupslite scheduler; do \ + for dir in cups scheduler; do \ (cd $$dir; $(MAKE) $(MFLAGS) sloc) || exit 1;\ done