comparison 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 5220dbba8ccd
children 2727d0d8ef07
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
308 308
309 src: @SRC_SUBDIR_DEPS@ FRC.src 309 src: @SRC_SUBDIR_DEPS@ FRC.src
310 pkg-src/tree-x: pkg-src/FRC.tree-x 310 pkg-src/tree-x: pkg-src/FRC.tree-x
311 lib-src: FRC.lib-src 311 lib-src: FRC.lib-src
312 lwlib: FRC.lwlib 312 lwlib: FRC.lwlib
313 dynodump: FRC.dynodump 313 FRC.src FRC.lib-src FRC.lwlib pkg-src/FRC.tree-x:
314 FRC.src FRC.lib-src FRC.lwlib FRC.dynodump pkg-src/FRC.tree-x:
315 FRC.lisp.finder-inf.el: 314 FRC.lisp.finder-inf.el:
316 315
317 ${SUBDIR}: ${SUBDIR_MAKEFILES} ${GENERATED_HEADERS} FRC 316 ${SUBDIR}: ${SUBDIR_MAKEFILES} ${GENERATED_HEADERS} FRC
318 cd ./$@ && $(MAKE) $(RECURSIVE_MAKE_ARGS) all 317 cd ./$@ && $(MAKE) $(RECURSIVE_MAKE_ARGS) all
319 318
364 ## If we let lib-src do its own installation, that means we 363 ## If we let lib-src do its own installation, that means we
365 ## don't have to duplicate the list of utilities to install in 364 ## don't have to duplicate the list of utilities to install in
366 ## this Makefile as well. 365 ## this Makefile as well.
367 366
368 ## On AIX, use tar xBf. 367 ## On AIX, use tar xBf.
369 ## On Xenix, use tar xpf.
370 368
371 .PHONY: install-only install install-arch-dep install-arch-indep gzip.el mkdir 369 .PHONY: install-only install install-arch-dep install-arch-indep gzip.el mkdir
372 .PHONY: check check-features 370 .PHONY: check check-features
373 371
374 ## We delete each directory in ${COPYDESTS} before we copy into it; 372 ## We delete each directory in ${COPYDESTS} before we copy into it;