diff options
author | Glenn Morris <rgm@gnu.org> | 2010-05-20 17:48:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-05-20 17:48:14 -0700 |
commit | 66dbf213eabcba05f54ff85e79ae44bbbeae4386 (patch) | |
tree | 0205cff46fcf6198581c5083aef6298f6d456bf3 /msdos/sed1v2.inp | |
parent | 04384b2d186ef8e3fb77f644d6621fc52b83c99a (diff) | |
download | emacs-66dbf213eabcba05f54ff85e79ae44bbbeae4386.tar.gz |
Handle some HAVE_NS Makefile conditionals with configure.
* configure.in (ns_frag): New output file.
* src/Makefile.in (${ns_appdir}, ${ns_appbindir}Emacs, ns-app):
Move these rules to ns.mk.
* ns.mk: New file. Copyright years based on date of nextstep merge.
* msdos/sed1v2.inp(@ns_frag@): Edit to nothing.
Diffstat (limited to 'msdos/sed1v2.inp')
-rw-r--r-- | msdos/sed1v2.inp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index a54e40b5c05..ca397e6b08b 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp @@ -149,6 +149,7 @@ s/\.h\.in/.h-in/ /^[ ]touch /s/touch/djecho $@ >/ s/@YMF_PASS_LDFLAGS@/flags/ s/@deps_frag@// +s/@ns_frag@// s/bootstrap-emacs/b-emacs/ s/bootstrap-temacs/b-temacs/ s/bootstrap-doc/b-doc/ |