blob: d6755ba24459338742d8ea86ef8732a55297a312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- fltk-1.3.2.orig/Makefile 2011-07-19 06:49:30.000000000 +0200
+++ fltk-1.3.2/Makefile 2014-05-28 13:50:10.000000000 +0200
@@ -18,7 +18,7 @@
include makeinclude
-DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
+DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid documentation
all: makeinclude fltk-config
for dir in $(DIRS); do\
|