]> code.delx.au - gnu-emacs/blobdiff - lib/makefile.w32-in
* lisp.h (verify_bytepos, count_markers): Mark as externally visible.
[gnu-emacs] / lib / makefile.w32-in
index 895cd0b8369b1ff296a8be5ea3a0b220848bafe7..b2aececf251b57f6e67a1a0cf2239720268a1724 100644 (file)
@@ -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.