diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-01-07 21:22:22 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-01-07 21:22:22 +0000 |
commit | dc4202d43192523efee4f4ba8c5e3858652d1c6b (patch) | |
tree | a207f46bc659207cfb42e1427d97f01dfe59860c /devel/Makefile | |
parent | Set IGNORE until restructuring of the elib port finishes. (diff) |
Restructuring of the Elib port.
- use `elib' as the Elib master port instead of `elib-emacs'.
- add `elib-emacs19' as a satellite port for the Emacs 19 support.
- connect `elib' and `elib-emacs19'
- disconnect `elib-emacs'
Notes
Notes:
svn path=/head/; revision=52733
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8c82e34de108..28587afdc93d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -122,7 +122,8 @@ SUBDIR += eieio-emacs20 SUBDIR += elfio SUBDIR += elftoaout - SUBDIR += elib-emacs + SUBDIR += elib + SUBDIR += elib-emacs19 SUBDIR += elib-emacs20 SUBDIR += entity SUBDIR += error |