OSDN Git Service

* Makefile.in: Oops. Put the '...' in the right place.
authorcgf <cgf>
Mon, 1 Sep 2003 02:33:49 +0000 (02:33 +0000)
committercgf <cgf>
Mon, 1 Sep 2003 02:33:49 +0000 (02:33 +0000)
winsup/utils/ChangeLog
winsup/utils/Makefile.in

index b5b1bcd..6519180 100644 (file)
@@ -1,5 +1,9 @@
 2003-08-31  Christopher Faylor  <cgf@redhat.com>
 
+       * Makefile.in: Oops.  Put the '...' in the right place.
+
+2003-08-31  Christopher Faylor  <cgf@redhat.com>
+
        * Makefile.in: Display "..." when not-verbose.
 
        * kill.cc (forcekill): Default to entered pid when pinfo fails.  Issue
index c76187c..43c0ee5 100644 (file)
@@ -205,8 +205,8 @@ endif
 
 %.exe: %.o $(ALL_DEP_LDLIBS)
 ifdef VERBOSE
-       $(CXX) -o $@ ${firstword $^} -B$(cygwin_build)/ ... $(ALL_LDFLAGS)
+       $(CXX) -o $@ ${firstword $^} -B$(cygwin_build)/ $(ALL_LDFLAGS)
 else
-       @echo $(CXX) -o $@ ${firstword $^} ${filter-out -B%, $(ALL_LDFLAGS)};\
+       @echo $(CXX) -o $@ ${firstword $^} ... ${filter-out -B%, $(ALL_LDFLAGS)};\
        $(CXX) -o $@ ${firstword $^} -B$(cygwin_build)/ $(ALL_LDFLAGS)
 endif