changeset 27621:e4461431c046

(ETAGSOBJ): Remove reference to obsolete alloca.obj. (CTAGSOBJ): Ditto. ($$(BLD)\alloca.obj): Delete obsolete dependency rule.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:36:06 +0000
parents ee985b928a88
children e024ab46002c
files lib-src/makefile.nt
diffstat 1 files changed, 3 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/makefile.nt	Sat Feb 05 16:50:32 2000 +0000
+++ b/lib-src/makefile.nt	Sun Feb 06 23:36:06 2000 +0000
@@ -37,7 +37,7 @@
 		$(BLD)\movemail.exe	\
 		$(BLD)\fakemail.exe	\
 
-		
+
 # don't know what (if) to do with these yet...
 #
 #		$(BLD)\sorted-doc.exe	\
@@ -80,8 +80,7 @@
 		$(BLD)\getopt.obj \
 		$(BLD)\getopt1.obj \
 		$(BLD)\ntlib.obj \
-		$(BLD)\regex.obj \
-		$(BLD)\alloca.obj
+		$(BLD)\regex.obj
 
 
 $(BLD)\etags.exe: 	$(ETAGSOBJ)
@@ -100,8 +99,7 @@
 		$(BLD)\getopt.obj \
 		$(BLD)\getopt1.obj \
 		$(BLD)\ntlib.obj \
-		$(BLD)\regex.obj \
-		$(BLD)\alloca.obj
+		$(BLD)\regex.obj
 
 $(BLD)\ctags.exe:           ctags.c $(CTAGSOBJ)
 		$(LINK) -out:$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS)
@@ -258,13 +256,6 @@
 EMACS_ROOT	= ..
 SRC		= .
 
-$(BLD)\alloca.obj : \
-	$(SRC)\alloca.c \
-	$(EMACS_ROOT)\src\s\ms-w32.h \
-	$(EMACS_ROOT)\src\m\intel386.h \
-	$(EMACS_ROOT)\src\config.h \
-	$(EMACS_ROOT)\src\blockinput.h
-
 $(BLD)\b2m.obj : \
 	$(SRC)\b2m.c \
 	$(EMACS_ROOT)\src\s\ms-w32.h \