diff options
Diffstat (limited to 'print/cups-base/files/patch-Makefile')
-rw-r--r-- | print/cups-base/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/cups-base/files/patch-Makefile b/print/cups-base/files/patch-Makefile new file mode 100644 index 000000000000..5b307dcbe15c --- /dev/null +++ b/print/cups-base/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig Wed Nov 28 20:24:11 2001 ++++ Makefile Wed Nov 28 21:46:19 2001 +@@ -28,8 +28,8 @@ + # Directories to make... + # + +-DIRS = cups backend berkeley cgi-bin filter man pdftops pstoraster \ +- scheduler systemv ++DIRS = cups backend cgi-bin filter man pdftops pstoraster \ ++ scheduler + + # + # Make all targets... |