From acc4ec41cbc39f6810226e0f5545e18af299ec6e Mon Sep 17 00:00:00 2001 From: shivers Date: Sun, 11 Jul 1999 21:19:22 +0000 Subject: [PATCH] Missed a dependency -- rx/re-low.c includes ../regexp/regex.h, which is created when regexp/libregex.a is built. -Olin --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 0cf6c31..0b9bcf6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -178,6 +178,10 @@ scsh/syscalls.o: scsh/syscalls1.h scsh/dirstuff1.h scsh/fdports1.h \ scsh/sighandlers1.o scsh/sighandlers.o: scsh/sighandlers1.h +# Not really, but making regexp/libregex.a makes the regexp/regex.h file that +# re-low.c actually does need. +scsh/rx/re-low.o: scsh/regexp/libregex.a + include $(srcdir)/scsh/machine/Makefile.inc # Berkeley make wants to see this instead: (or use GNU make on BSD. -bri) #.include "$(srcdir)/scsh/machine/Makefile.inc"