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$@