Corrected lintlib entry
authorceriel <none@none>
Tue, 29 Oct 1991 09:24:48 +0000 (09:24 +0000)
committerceriel <none@none>
Tue, 29 Oct 1991 09:24:48 +0000 (09:24 +0000)
util/ego/share/go.c
util/ego/share/proto.make

index e199e64..7dec9d8 100644 (file)
@@ -24,7 +24,9 @@
 
 
 STATIC bool report_flag = FALSE;  /* report #optimizations found? */
+#ifdef DEBUG
 STATIC bool core_flag = FALSE;    /* report core usage? */
+#endif
 
 
 STATIC mach_init(machfile,phase_machinit)
@@ -79,7 +81,9 @@ go(argc,argv,initialize,optimize,phase_machinit,proc_flag)
                                mach_init(p,phase_machinit);
                                break;
                        case 'C':
+#ifdef DEBUG
                                core_flag = TRUE;
+#endif
                                break;
                        case 'Q':
                                report_flag = TRUE;
index f2e5828..08b861c 100644 (file)
@@ -96,7 +96,7 @@ opr:
 clean:
        rm -f makeclassdef classdefs.h *.$(SUF) Out out nohup.out *.$(LIBSUF) 
 
-lintlib:
+lintlib:       classdefs.h
        -mkdir $(TARGET_HOME)/lib.bin/ego
        $(MK_LINT_LIB) share $(TARGET_HOME)/lib.bin/ego $(CPPFLAGS) $(CFILES)