]> git.mxchange.org Git - flightgear.git/commitdiff
Cosmetic changes.
authorcurt <curt>
Sat, 17 May 1997 00:17:01 +0000 (00:17 +0000)
committercurt <curt>
Sat, 17 May 1997 00:17:01 +0000 (00:17 +0000)
Scenery/Makefile
Scenery/parser.y
Scenery/scanner.l

index e3a5c1f773ddaa3f3dc8d44ffc0b5a55688933e2..cc2aff125cd43232d321f07cb205f867c6ff36e4 100644 (file)
@@ -39,7 +39,7 @@ $(TARGET): $(OFILES) $(HFILES)
        $(AR) rv $(TARGET) $(OFILES)
 
 clean:
-       rm -f *.o $(TARGET) *~ core
+       rm -f *.o $(TARGET) parser.output *~ core
 
 
 #---------------------------------------------------------------------------
@@ -70,6 +70,9 @@ mesh.o: mesh.c mesh.h common.h
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.2  1997/05/17 00:17:01  curt
+# Cosmetic changes.
+#
 # Revision 1.1  1997/05/16 16:07:02  curt
 # Initial revision.
 #
index a69976662721a2c0e0b2005ccf516be5d1cd1a45..5b6978227030012854b92b874075f6712c4ed35d 100644 (file)
@@ -4,7 +4,6 @@
  * Written by Curtis Olson, started May 1997.
  *
  * $Id$
- * (Log is kept at end of this file)
  **************************************************************************/
 
 
index 8dd5a486bef9c56f4dbda240d0bdb44150f1ee12..64f00f2356cb611b7342e5b0b3a25812728b04be 100644 (file)
@@ -6,7 +6,6 @@
  * NOTE: Compiles with flex and gcc.
  *
  * $Id$
- * (Log is kept at end of this file)
  **************************************************************************/