From 1d95ef29c26edf5ccaf173e3efc995d263a6e5cd Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 14 May 2017 21:29:38 -0500 Subject: [PATCH] Build and link rmroot in separate steps. The original version was giving a "file not found" error. --- dmake/unix/gno/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmake/unix/gno/makefile.mk b/dmake/unix/gno/makefile.mk index 8d2d18a..b0eaa3a 100644 --- a/dmake/unix/gno/makefile.mk +++ b/dmake/unix/gno/makefile.mk @@ -90,7 +90,7 @@ all: dmake ../../../rmroot/rmroot dmake: $(OBJS) $(CC) $(LDFLAGS) -o dmake $(OBJS) $(LDLIBS) -../../../rmroot/rmroot: ../../../rmroot/rmroot.c +../../../rmroot/rmroot: ../../../rmroot/rmroot.o $(CC) -O -o $@ $< arlib.o: arlib.c extern.h itypes.h stdmacs.h alloc.h db.h dmake.h struct.h\