summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-03-24 05:36:16 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-03-24 05:36:16 +0000
commita281745159c77ea5dd7abf162774a014ccc6981d (patch)
tree857679bd420b0b1bcfeb85da78e29bc14d428f87
parent1b9d8f4027839755a44bb12171d527bb02133288 (diff)
fix mis-placed #endif
-rw-r--r--Imakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Imakefile b/Imakefile
index 4ac9074..fb82c0b 100644
--- a/Imakefile
+++ b/Imakefile
@@ -48,6 +48,8 @@ depend::
clean::
(cd makedepend; make ${MFLAGS} clean)
+#endif /* LOCAL_makedepend */
+
#ifdef LOCAL_LIBS
/**/# We need to make ss.h so that make depend can find it.
/**/# and to make ss.h, we need et/compile_et
@@ -57,5 +59,4 @@ depend::
(cd ss; make ${MFLAGS} depend)
(cd ss/lib; make ${MFLAGS} ss.h)
#endif /* LOCAL_LIBS */
-#endif