diff options
Diffstat (limited to 'lib/makefile.w32-in')
-rw-r--r-- | lib/makefile.w32-in | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 895cd0b8369..b2aececf251 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -29,8 +29,7 @@ GNULIBOBJS = $(BLD)/dtoastr.$(O) \ $(BLD)/strftime.$(O) \ $(BLD)/time_r.$(O) \ $(BLD)/md5.$(O) \ - $(BLD)/filemode.$(O) \ - $(BLD)/careadlinkat.$(O) + $(BLD)/filemode.$(O) # # Build the library @@ -119,22 +118,12 @@ $(BLD)/filemode.$(O) : \ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h -$(BLD)/careadlinkat.$(O) : \ - $(SRC)/careadlinkat.c \ - $(SRC)/careadlinkat.h \ - $(SRC)/allocator.h \ - $(EMACS_ROOT)/nt/inc/unistd.h \ - $(EMACS_ROOT)/nt/inc/sys/stat.h \ - $(EMACS_ROOT)/src/s/ms-w32.h \ - $(EMACS_ROOT)/src/m/intel386.h \ - $(EMACS_ROOT)/src/config.h - # The following dependencies are for supporting parallel builds, where # we must make sure $(BLD) exists before any compilation starts. # $(BLD)/dtoastr.$(O) $(BLD)/getopt.$(O) $(BLD)/getopt1.$(O): stamp_BLD $(BLD)/strftime.$(O) $(BLD)/time_r.$(O) $(BLD)/md5.$(O): stamp_BLD -$(BLD)/filemode.$(O) $(BLD)/careadlinkat.$(O): stamp_BLD +$(BLD)/filemode.$(O): stamp_BLD # # Headers we would preprocess if we could. |