]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/Makefile
Working on Makefile structure.
[flightgear.git] / Aircraft / Makefile
index e554c8618a0e966e34b74e85681b40bf9b28c885..afc9813c5e291d43b4ab6ecc87121c2f97f57ec5 100644 (file)
@@ -49,8 +49,8 @@ $(TARGET): $(OFILES) $(HFILES)
 
 all: $(TARGET)
 
-dep:                                 
-       $(CC) -MM *.c > depend                     
+# depend:                                 
+#      $(CC) -MM *.c > depend                     
 
 clean:
        rm -f *.o $(TARGET) lib*.a *~ core
@@ -68,6 +68,9 @@ aircraft.o:
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.6  1997/06/27 20:03:32  curt
+# Working on Makefile structure.
+#
 # Revision 1.5  1997/06/26 19:08:28  curt
 # Restructuring make, adding automatic "make dep" support.
 #