summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-15 20:45:07 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-15 20:45:07 +0000
commit91c3b8231de57e381d33b154852092c04ab96f14 (patch)
treed4c5c3a7ad8dbc2f40bb35a35d37580de2fd2c15 /Makefile
parentfc4db193951bd5d791454f77eac336f9e1591d24 (diff)
Fix subclass callback output code.
Make fltk-config script executable after rerunning configure script. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d283d8876..7008ad3f8 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ makeinclude: configure configh.in makeinclude.in
./configure; \
fi
touch config.h
+ chmod +x fltk-config
configure: configure.in
autoconf