Skip to content
Snippets Groups Projects
Commit 7e768762 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fix

Rev: src/modules/Makefile.src:1.6
parent 4c0c267a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ linker_options: $(MODULE_OBJS)
done ; ) >linker_options
depend:
gcc -MM $(PREFLAGS) @srcdir@/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
for a in $(MODULES) ; do ( cd $$a ; ${MAKE} $(MAKE_FLAGS) depend ) ; done
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment