Fix dependencies so make MODULE=foo works without make clean :-)
This commit is contained in:
parent
225f5ee7d7
commit
63c6126af3
|
@ -59,6 +59,6 @@ clean:
|
||||||
$(WRAPSRC):
|
$(WRAPSRC):
|
||||||
./mkwrapper $(OBJS) > $@
|
./mkwrapper $(OBJS) > $@
|
||||||
|
|
||||||
.PHONY: $(LIBFILE)
|
.PHONY: $(LIBFILE) $(WRAPSRC)
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
Loading…
Reference in New Issue