From f61a862a47ff91f2309fa45e89a3908eff9ad31c Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 6 Dec 2022 11:00:29 -0500 Subject: [PATCH] paste error in Makefile.mingw32 --- sys/windows/Makefile.mingw32 | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/windows/Makefile.mingw32 b/sys/windows/Makefile.mingw32 index 5ec338ac2..27b8cd4c3 100644 --- a/sys/windows/Makefile.mingw32 +++ b/sys/windows/Makefile.mingw32 @@ -783,9 +783,6 @@ $(ONHW)/date.o: $(SRC)/date.c $(NHWOBJS) | $(ONHW) $(ONHW)/cppregex.o: $(SSYS)/cppregex.cpp $(NHLUAH) | $(ONHW) $(cc) $(CPPFLAGSW) $< -o$@ -$(ONH)/cppregex.o: $(SSYS)/cppregex.cpp $(NHLUAH) | $(ONH) - $(cc) $(CPPFLAGSNH) $< -o$@ - $(ONHW)/%.o: $(SSYS)/%.c $(NHLUAH) | $(ONHW) $(cc) $(CFLAGSW) $< -o$@