diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-10-07 14:45:50 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-10-07 14:45:50 -0500 |
commit | 345b958871c48df56b8d1acf9516bb9780aa6701 (patch) | |
tree | 05b2c3d03e5c104fa111b2183b096aee58a83724 /Makefile.in | |
parent | ae51a0f0bd591e59424e52965766e2737f03bbc7 (diff) | |
download | mediagoblin-345b958871c48df56b8d1acf9516bb9780aa6701.tar.lz mediagoblin-345b958871c48df56b8d1acf9516bb9780aa6701.tar.xz mediagoblin-345b958871c48df56b8d1acf9516bb9780aa6701.zip |
Make the develop makefile target the default.
Why do ./configure && make && sudo make install if the second one make
installs, amirite? ;)
Generally I just think install should not be a default make target.
This commit sponsored by Ron Ursem. Thank you!
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index a79d6cbc..b9b91a0e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,7 @@ pkgpythondir = @pkgpythondir@ pkgpyexecdir = @pkgpyexecdir@ PYTHONPATH = $(pythondir)$(PATH_SEPARATOR)$(DESTDIR)$(pythondir) -all: install +all: develop .PHONY: all install develop uninstall distclean info install-html html \ install-pdf pdf install-dvi dvi install-ps ps clean dist check \ |