Skip to content

Commit

Permalink
Use gmake for livesrc-stamp since it works fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsdon committed Nov 5, 2010
1 parent a9be2ea commit 4cc3846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@ update:
touch 0-extra-stamp

0-livesrc-stamp: src/bootparams.c
(cd $(ROOT)/src && /usr/ccs/bin/make DESTDIR=$(PROTO) && /usr/ccs/bin/make DESTDIR=$(PROTO) install)
(cd $(ROOT)/src && gmake DESTDIR=$(PROTO) && gmake DESTDIR=$(PROTO) install)
touch 0-livesrc-stamp

clean:
Expand Down

0 comments on commit 4cc3846

Please sign in to comment.