]> git.mxchange.org Git - simgear.git/commitdiff
Working on Makefile structure.
authorcurt <curt>
Fri, 27 Jun 1997 20:03:40 +0000 (20:03 +0000)
committercurt <curt>
Fri, 27 Jun 1997 20:03:40 +0000 (20:03 +0000)
Math/Makefile

index 223f148f075d26bcb57b6f56138ebbed53a18cc6..34dab00bafabf67a67e6e63d0e262dcaa1d12643 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
@@ -65,6 +65,9 @@ include depend
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.5  1997/06/27 20:03:40  curt
+# Working on Makefile structure.
+#
 # Revision 1.4  1997/06/26 19:08:38  curt
 # Restructuring make, adding automatic "make dep" support.
 #