Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 4759:aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
<870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 08:49:14 -0700 |
parents | 5dc1b4681e33 |
children | bc4f2511bbea |
line wrap: on
line diff
--- a/src/Makefile.in.in Wed Nov 18 22:44:28 2009 +0900 +++ b/src/Makefile.in.in Wed Nov 18 08:49:14 2009 -0700 @@ -537,13 +537,7 @@ cd ../lwlib && $(MAKE) $(RECURSIVE_MAKE_ARGS) #endif /* HAVE_X_WINDOWS */ -#ifdef DYNODUMP -dynodump_deps = ../dynodump/dynodump.so -../dynodump/dynodump.so: - cd ../dynodump && $(MAKE) $(RECURSIVE_MAKE_ARGS) -#endif /* DYNODUMP */ - -link_deps = $(start_files) $(objs) $(otherobjs) $(lwlib_deps) $(dynodump_deps) +link_deps = $(start_files) $(objs) $(otherobjs) $(lwlib_deps) $(LIB_SRC)/make-dump-id: cd $(LIB_SRC) && $(MAKE) $(RECURSIVE_MAKE_ARGS) make-dump-id @@ -825,17 +819,10 @@ extw_link_end = # endif /* not IRIX */ # else /* not USG5 */ -# if defined (DEC_ALPHA) && defined (OSF1) -# define EXTW_LINK(objs, output) $(LD) $(ldflags) $(ld_switch_shared) -d objs -o output $(LIBES) -extw_link_beg = $(LD) $(ldflags) $(ld_switch_shared) -d -extw_link_mid = -o -extw_link_end = $(LIBES) -# else /* !(DEC_ALPHA && OSF1) */ -# define EXTW_LINK(objs, output) $(LD) -dc objs -assert pure-text -o output +# define EXTW_LINK(objs, output) $(LD) -dc objs -assert pure-text -o output extw_link_beg = $(LD) -dc extw_link_mid = -assert pure-text -o extw_link_end = -# endif /* !(DEC_ALPHA && OSF1) */ # endif /* not USG5 */ #ifdef EXTW_LINK @@ -885,7 +872,6 @@ sed -e 's///' -e 's/^#.*//' | \ sed -n -e '/^..*$$/p' > allocax.s @$(RM) alloca.o -## Xenix, in particular, needs to run assembler via cc. $(CC) -c allocax.s $(RM) allocax.s allocatem.c #endif /* HAVE_ALLOCA */