]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commit
s/make/$(MAKE)/ to fix build on FreeBSD.
authorUwe Hermann <redacted>
Sun, 22 Jul 2012 16:19:15 +0000 (18:19 +0200)
committerUwe Hermann <redacted>
Sun, 22 Jul 2012 16:19:15 +0000 (18:19 +0200)
commit4836f7921c83b4713e897ee8c38e48a4433325c4
tree29d1c0852745458a9bdfe7991f7e479f8d21b69b
parent6a90b4a9f172e4ba1b623e29e6267a6b2fe2b20c
s/make/$(MAKE)/ to fix build on FreeBSD.

On FreeBSD (and possibly) elsewhere you'd invoke the build via "gmake",
thus hardcoded "make" invokations in our Makefiles will break the build.

Use $(MAKE) everywhere, which always does the right thing.
fx2lib/Makefile
fx2lib/lib/fx2.mk