diff options
author | Sverker Eriksson <[email protected]> | 2011-12-14 11:38:02 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2011-12-19 16:09:40 +0100 |
commit | 2db25adbf63b6043fba3817c060cf5e32cdec343 (patch) | |
tree | 9e76537e350990c9bdee313679d4b403aafc8e9c /erts | |
parent | 7fcc77d7b8ef838c1e5633acb9330120cac22cd3 (diff) | |
download | otp-2db25adbf63b6043fba3817c060cf5e32cdec343.tar.gz otp-2db25adbf63b6043fba3817c060cf5e32cdec343.tar.bz2 otp-2db25adbf63b6043fba3817c060cf5e32cdec343.zip |
otp,erts: Add phony valgrind target
To avoid conflict with directory erts/emulator/valgrind
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index a5d8217545..45cf540994 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -426,7 +426,7 @@ endif @set -e ; cd zlib && $(MAKE) clean rm -f $(OBJS) $(OBJDIR)/libepcre.a -.PHONY: all zlib clean +.PHONY: all zlib clean valgrind docs: |