diff options
author | Sverker Eriksson <[email protected]> | 2012-01-11 19:07:20 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-01-11 19:07:20 +0100 |
commit | af92f5b223cc2c55df388ba731f017692e238a41 (patch) | |
tree | 223ffd8a8cae39ca8e52389872ceb858937b1645 /erts/emulator/Makefile.in | |
parent | cd25c1e757568e23e6b833e3052de2bf942e9fa1 (diff) | |
parent | b8b3de6260240c7eb0d7bebec3eeb833bb4ff0d7 (diff) | |
download | otp-af92f5b223cc2c55df388ba731f017692e238a41.tar.gz otp-af92f5b223cc2c55df388ba731f017692e238a41.tar.bz2 otp-af92f5b223cc2c55df388ba731f017692e238a41.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/Makefile.in')
-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: |