From f15268f09f918d123d2ac97b1f806fbac2500df7 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 12 Dec 2001 21:57:17 +0000 Subject: Fix .c.o and .cxx.o rules ($< instead of $@) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 1dd606fd8..4ad8af3e5 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.10 2001/12/06 02:20:36 matthiaswm Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.11 2001/12/12 21:57:17 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -89,11 +89,11 @@ CAT3EXT =@CAT3EXT@ $(POSTBUILD) .c.o: - echo Compiling $@... + echo Compiling $<... $(CC) -I.. $(CFLAGS) -c $< .cxx.o: - echo Compiling $@... + echo Compiling $<... $(CXX) -I.. $(CXXFLAGS) -c $< .man.0 .man.1 .man.3: @@ -109,5 +109,5 @@ CAT3EXT =@CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.10 2001/12/06 02:20:36 matthiaswm Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.11 2001/12/12 21:57:17 easysw Exp $". # -- cgit v1.2.3