Skip to content

Commit

Permalink
OS-1596 ntp doesn't set path in it's custom install targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rmustacc committed Oct 5, 2012
1 parent 54c2db1 commit 63de641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ntp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ include ../Makefile.targ
all: all_autoconf

install: all
(cd $(VER.32); env - $(AUTOCONF_ENV) gmake $(install_PARALLEL) install)
(cd $(VER.32); env - $(AUTOCONF_ENV) PATH=$(PATH) gmake $(install_PARALLEL) install)
(env - $(AUTOCONF_ENV) ./install-ntp)

0 comments on commit 63de641

Please sign in to comment.