From 9a60dafc8611bc9e9a17cb0f0d617f1681ad2990 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 2 Nov 2001 04:03:55 +0000 Subject: [PATCH] * Makefile.in (mingw_getopt.o): Fix typo in non-verbose compilation. --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a76cd89..bc5469ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-01 Christopher Faylor + + * Makefile.in (mingw_getopt.o): Fix typo in non-verbose compilation. + 2001-11-02 Robert Collins * choose.cc (add_required): Allow SKIP and SRC_ONLY for currently installed diff --git a/Makefile.in b/Makefile.in index 9597a291..0b3bfdf8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -136,7 +136,7 @@ ifdef VERBOSE ${filter-out -I$(newlib_source)/%,$(COMPILE_CC)} $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) $< else @echo $(CC) $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) ... $^;\ - ${filter-out -I$(newlib_source)/%,$(COMPILE_CC)} $c -o $(@D)/$(basename$@)$o $(MINGW_CFLAGS) $< + ${filter-out -I$(newlib_source)/%,$(COMPILE_CC)} $c -o $(@D)/$(basename $@)$o $(MINGW_CFLAGS) $< endif clean: -- 2.43.5