* config.h.in (UNEXEC_SRC): New macro, set by the configure
authorJim Blandy <jimb@redhat.com>
Fri, 28 May 1993 04:35:57 +0000 (04:35 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 28 May 1993 04:35:57 +0000 (04:35 +0000)
script.
* ymakefile (UNEXEC_SRC): Give it a default value here, and make
UNEXEC depend on it.

src/config.in

index f44d8f0..3bfff7f 100644 (file)
@@ -94,6 +94,7 @@ and this notice must be preserved on all copies.  */
 #undef CRAY_STACKSEG_END
 #undef STACK_DIRECTION
 #undef const
+#undef UNEXEC_SRC
 
 /* If using GNU, then support inline function declarations. */
 #ifdef __GNUC__