opnsense-ports/math/qrupdate/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

38 lines
625 B
Text

--- Makefile
+++ Makefile
@@ -21,6 +21,8 @@
include Makeconf
+all: solib
+
help:
@echo
@echo "The following targets are available:"
@@ -34,20 +36,20 @@
lib:
make -C src/ lib
solib:
- make -C src/ solib
+ gmake -C src/ solib
test: lib
make -C test/
clean:
rm -f libqrupdate.a libqrupdate.so
- make -C src/ clean
- make -C test/ clean
+ gmake -C src/ clean
+ gmake -C test/ clean
install:
- make -C src/ install
+ gmake -C src/ install
install-shlib:
- make -C src/ install-shlib
+ gmake -C src/ install-shlib
install-staticlib:
- make -C src/ install-staticlib
+ gmake -C src/ install-staticlib