Fix dependencies so make MODULE=foo works without make clean :-)

This commit is contained in:
Stefan `Sec` Zehl 2011-06-13 15:22:37 +02:00
parent 225f5ee7d7
commit 63c6126af3
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ clean:
$(WRAPSRC):
./mkwrapper $(OBJS) > $@
.PHONY: $(LIBFILE)
.PHONY: $(LIBFILE) $(WRAPSRC)
.SUFFIXES: