patches/fltk2-03-test.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 263 28af882526d8
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
263
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
diff -ur fltk-2.0.x-r5783-orig/Makefile fltk-2.0.x-r5783/Makefile
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
--- fltk-2.0.x-r5783-orig/Makefile	2006-07-11 16:32:27.000000000 +0700
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
+++ fltk-2.0.x-r5783/Makefile	2007-04-30 10:23:34.188560036 +0700
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
@@ -25,7 +25,7 @@
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 include makeinclude
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-DIRS = src $(LOCALIMAGES) images OpenGL fluid glut test
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
+DIRS = src $(LOCALIMAGES) images OpenGL fluid glut
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
 all: makeinclude
28af882526d8 2007-05-01 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
 	for dir in $(DIRS); do\