From 086d22fdb4306648aa8d7cee9a339f058efa3c35 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 8 Aug 2001 13:18:36 +0000 Subject: [PATCH] Removed special rule for Mac/Python/macglue.o, it is not needed anymore. --- Makefile.pre.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 825c854b8c..2bd9ba394a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -411,9 +411,6 @@ Objects/object.o: $(srcdir)/Objects/object.c $(srcdir)/Objects/obmalloc.c Objects/unicodectype.o: $(srcdir)/Objects/unicodectype.c \ $(srcdir)/Objects/unicodetype_db.h -Mac/Python/macglue.o: $(srcdir)/Mac/Python/macglue.c - $(CC) -c $(CFLAGS) $(CPPFLAGS) -I$(srcdir)/Mac/Include -I$(srcdir)/Python -o $@ $(srcdir)/Mac/Python/macglue.c - ############################################################################ # Header files -- 2.40.0