Skip to content

Commit

Permalink
Use DESTDIR for installing, /not/ TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
Orc committed Sep 29, 2007
1 parent 42a900b commit 9f87600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.in
Expand Up @@ -31,9 +31,9 @@ distclean spotless: clean
install: install.bin install.man

install.bin: $(PROGS)
@INSTALL_DIR@ $(TARGET)$(BINDIR)
@INSTALL_PROGRAM@ $(PROGS) $(TARGET)$(BINDIR)
ln -fs unravel $(TARGET)$(BINDIR)/uudecode
@INSTALL_DIR@ $(DESTDIR)$(BINDIR)
@INSTALL_PROGRAM@ $(PROGS) $(DESTDIR)$(BINDIR)
ln -fs unravel $(DESTDIR)$(BINDIR)/uudecode

install.man: install_manpages $(MANPAGES)
./install_manpages $(MANDIR) $(TARGET)$(MANPAGES)
./install_manpages $(MANDIR) $(DESTDIR)$(MANPAGES)

0 comments on commit 9f87600

Please sign in to comment.