summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-10-27 03:33:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-10-27 03:33:25 +0000
commit06619abc5ade6930409740a73825b7ee899b03c2 (patch)
tree2abba4fe2fd1ec8cc4c48c8d3dc3050024f69636 /makeinclude.in
parent68fb9f79108ef7f2e841f6cd8dc6fb58408d2e29 (diff)
Put "RM" back in makeincludes, so we can remove the library archive
before building (helps when you remove old sources, but the object file lives on in the archive...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1660 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in
index e48b94f07..90ed3cfdc 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.in,v 1.7.2.11.2.3 2001/08/02 19:43:49 easysw Exp $"
+# "$Id: makeinclude.in,v 1.7.2.11.2.4 2001/10/27 03:33:25 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# @configure_input@
@@ -37,6 +37,7 @@ VPATH =@srcdir@
# programs we use...
HTMLDOC =@HTMLDOC@
NROFF =@NROFF@
+RM =/bin/rm -f
# compiler names:
CXX =@CXX@
@@ -101,5 +102,5 @@ CAT3EXT =@CAT3EXT@
mv t.z $@
#
-# End of "$Id: makeinclude.in,v 1.7.2.11.2.3 2001/08/02 19:43:49 easysw Exp $".
+# End of "$Id: makeinclude.in,v 1.7.2.11.2.4 2001/10/27 03:33:25 easysw Exp $".
#