* Makefile.in: Make failure to build dumper.exe a non-error.
This commit is contained in:
parent
8b99c9afcd
commit
e059aa71c6
@ -1,3 +1,7 @@
|
||||
Fri Aug 25 11:44:29 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* Makefile.in: Make failure to build dumper.exe a non-error.
|
||||
|
||||
Thu Aug 24 18:02:35 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* ps.cc (main): Always print a cygwin process using cygwin paths.
|
||||
|
@ -116,9 +116,9 @@ $(mingw_build)/libmingw32.a: $(mingw_build)/Makefile
|
||||
|
||||
dumper.exe: module_info.o parse_pe.o dumper.o $(ALL_DEP_LDLIBS)
|
||||
ifdef VERBOSE
|
||||
$(CC) -o $@ ${wordlist 1,3,$^} -B$(cygwin_build)/ $(DUMPER_LDFLAGS)
|
||||
-$(CC) -o $@ ${wordlist 1,3,$^} -B$(cygwin_build)/ $(DUMPER_LDFLAGS)
|
||||
else
|
||||
@echo $(CC) -o $@ ${wordlist 1,3,$^} ${filter-out -B%, $(DUMPER_LDFLAGS)};\
|
||||
-@echo $(CC) -o $@ ${wordlist 1,3,$^} ${filter-out -B%, $(DUMPER_LDFLAGS)};\
|
||||
$(CC) -o $@ ${wordlist 1,3,$^} -B$(cygwin_build)/ $(DUMPER_LDFLAGS)
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user