summaryrefslogtreecommitdiff
path: root/nextstep/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'nextstep/Makefile.in')
-rw-r--r--nextstep/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/nextstep/Makefile.in b/nextstep/Makefile.in
index 92d7f28fe6b..9c7059f2c0b 100644
--- a/nextstep/Makefile.in
+++ b/nextstep/Makefile.in
@@ -47,7 +47,9 @@ ns_check_file = @ns_appdir@/@ns_check_file@
all: ${ns_appdir} ${ns_appbindir}/Emacs ${ns_applibexecdir}/Emacs.pdmp
-${ns_check_file} ${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc}
+${ns_check_file}: ${ns_appdir}
+
+${ns_appdir}: ${srcdir}/${ns_appsrc} ${ns_appsrc}
rm -rf ${ns_appdir}
${MKDIR_P} ${ns_appdir}
( cd ${srcdir}/${ns_appsrc} ; tar cfh - . ) | \