Skip to content

Commit

Permalink
Fix dependent generation
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Dec 17, 2013
1 parent b6b66ec commit f5c16e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -270,7 +270,7 @@ depend: $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
$(ROOT)/unittest/%.deps:
@mkdir -p $(dir $@)
$(DMD) $(DFLAGS) -unittest -c -o- -deps=$@.tmp1 $*
echo '$@: ' `sed 's|.*(\(.*\)).*|\1|' $@.tmp1 | sort | uniq` >$@.tmp
echo '$*$(DOTOBJ): ' `sed 's|.*(\(.*\)).*|\1|' $@.tmp1 | sort | uniq` >$@.tmp
mv $@.tmp $@
rm $@.tmp1

Expand Down

0 comments on commit f5c16e0

Please sign in to comment.