summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 574ae88a9..f3afc3614 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.in,v 1.7.2.4 2000/06/05 21:20:17 mike Exp $"
+# "$Id: makeinclude.in,v 1.7.2.5 2000/07/07 08:38:58 spitzak Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# @configure_input@
@@ -64,12 +64,12 @@ GLDLIBS =@LDFLAGS@ @LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm
.c.o:
echo Compiling $@...
- $(CC) -I.. $(CXXFLAGS) $< -c
+ $(CC) -I.. $(CFLAGS) $< -c
.cxx.o:
echo Compiling $@...
$(CXX) -I.. $(CXXFLAGS) $< -c
#
-# End of "$Id: makeinclude.in,v 1.7.2.4 2000/06/05 21:20:17 mike Exp $".
+# End of "$Id: makeinclude.in,v 1.7.2.5 2000/07/07 08:38:58 spitzak Exp $".
#