]> git.mxchange.org Git - flightgear.git/blobdiff - Main/Makefile
Removed "depend" files from cvs control. Other minor make tweaks.
[flightgear.git] / Main / Makefile
index 798053af8f933d42811e7ec8f5adcab549e8db4f..adfd1748c313efec438bfa714ea0eb7573b29c78 100644 (file)
@@ -45,12 +45,22 @@ include $(FG_ROOT_SRC)/commondefs
 
 $(TARGET)$(EXT): $(OBJECTS) $(FG_ROOT_LIB)/stamp_libs
        $(CC) -o $(TARGET)$(EXT) $(OBJECTS) $(LDFLAGS) $(LDLIBS)
+       $(RM) -f fg$(FG_VERSION_MAJOR)$(EXT)
        $(LN) $(TARGET)$(EXT) fg$(FG_VERSION_MAJOR)$(EXT)
 
 include $(COMMONRULES)
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.47  1998/02/09 22:56:56  curt
+# Removed "depend" files from cvs control.  Other minor make tweaks.
+#
+# Revision 1.46  1998/02/03 23:20:24  curt
+# Lots of little tweaks to fix various consistency problems discovered by
+# Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
+# passed arguments along to the real printf().  Also incorporated HUD changes
+# by Michele America.
+#
 # Revision 1.45  1998/01/27 00:47:57  curt
 # Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
 # system and commandline/config file processing code.