aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in19
1 files changed, 3 insertions, 16 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 8c2994f6e8a..f82a01cbde4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -700,22 +700,9 @@ ecrt0.o: ecrt0.c $(config_h)
700doc.o: buildobj.h 700doc.o: buildobj.h
701 701
702 702
703/* System-specific programs to be made. 703/* If HAVE_NS, some ns-specific rules (for OTHER_FILES) are inserted here. */
704 OTHER_FILES select which of these should be compiled. */ 704@ns_frag@
705 705
706#ifdef HAVE_NS
707${ns_appdir}: ${ns_appsrc}
708 rm -fr ${ns_appdir}
709 mkdir -p ${ns_appdir}
710 ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; umask 022; tar xf - )
711#endif /* HAVE_NS */
712
713/* These are only used if HAVE_NS, but no harm in always defining them. */
714${ns_appbindir}Emacs: emacs${EXEEXT}
715 mkdir -p ${ns_appbindir}
716 cp -f emacs${EXEEXT} ${ns_appbindir}Emacs
717
718ns-app: ${ns_appdir} ${ns_appbindir}Emacs
719 706
720mostlyclean: 707mostlyclean:
721 rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a 708 rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a