Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Add an extra install target."
This reverts commit 47a476d.
  • Loading branch information
Marco van Wieringen committed Jun 24, 2014
1 parent d21403c commit 71a4d8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.in
Expand Up @@ -118,9 +118,6 @@ install: installdirs
@for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done
(cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1)

install-regression: installdirs
@for I in $(all_subdirs); do (cd $$I && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1); done

install-autostart:
(cd platforms && $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1)

Expand Down

0 comments on commit 71a4d8c

Please sign in to comment.