Cygwin: Drop libgmon.a build dependency on gcrt0.o

libgmon.a depends on gcrt0.o, but doesn't include it.
This commit is contained in:
Jon Turney 2020-11-19 21:34:44 +00:00
parent 796044ddcf
commit 6fbe3254a7
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ $(LIBSERVER): ${cygserver_blddir}/Makefile
dll_ofiles: $(DLL_OFILES)
$(LIBGMON_A): $(GMON_OFILES) $(GMON_START)
$(LIBGMON_A): $(GMON_OFILES)
$(AR) rcv $(LIBGMON_A) $(GMON_OFILES)
globals.h: mkglobals_h globals.cc