mirror of
https://github.com/sheumann/dmake.git
synced 2025-04-05 18:37:52 +00:00
Build and link rmroot in separate steps.
The original version was giving a "file not found" error.
This commit is contained in:
parent
1516933a40
commit
1d95ef29c2
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user