Build and link rmroot in separate steps.

The original version was giving a "file not found" error.
This commit is contained in:
Stephen Heumann 2017-05-14 21:29:38 -05:00
parent 1516933a40
commit 1d95ef29c2
1 changed files with 1 additions and 1 deletions

View File

@ -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\