diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-08 13:18:36 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-08 13:18:36 (GMT) |
commit | 086d22fdb4306648aa8d7cee9a339f058efa3c35 (patch) | |
tree | fb0eda2a21895674dd898137b728e9a3fa52d3bd /Makefile.pre.in | |
parent | 94bebc038159afe1352f18bdda9a0a0fcabe2793 (diff) | |
download | cpython-086d22fdb4306648aa8d7cee9a339f058efa3c35.zip cpython-086d22fdb4306648aa8d7cee9a339f058efa3c35.tar.gz cpython-086d22fdb4306648aa8d7cee9a339f058efa3c35.tar.bz2 |
Removed special rule for Mac/Python/macglue.o, it is not needed anymore.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 825c854..2bd9ba3 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 |