]> git.mxchange.org Git - flightgear.git/blobdiff - Main/Makefile
Working on Makefile structure.
[flightgear.git] / Main / Makefile
index 2abde6fc1deea8c28b6b52f087d6aa551e37b68b..bd93c679a2e3e239f876d16ddd9baf0dfbe9d480 100644 (file)
@@ -79,8 +79,8 @@ $(TARGET): $(OFILES) $(AFILES)
 
 all: $(TARGET)
 
-dep:
-       $(CC) -MM *.c > depend
+# depend:
+#      $(CC) -MM *.c > depend
 
 clean:
        rm -f *.o $(TARGET) lib*.a *~ core
@@ -107,6 +107,9 @@ mesh2GL.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.18  1997/06/27 20:03:36  curt
+# Working on Makefile structure.
+#
 # Revision 1.17  1997/06/26 22:14:54  curt
 # Beginning work on a scenery management system.
 #