Hello,
In FreeBSD make doesn`t work, only gmake.
diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am
index c3c35c3..9d6fa91 100644
--- a/WINGs/Makefile.am
+++ b/WINGs/Makefile.am
@@ -108,13 +108,13 @@ get-wings-flags: get-wings-flags.in Makefile
-e 's#$${GFXLIBS}#$(GFXLIBS)#;' \
-e 's#$${XFTLIBS}#$(XFTLIBS)#;' \
-e 's#$${INTLIBS}#$(INTLIBS)#;' \
- -e 's#$${XLIBS}#$(XLIBS)#;' < $< > $@
+ -e 's#$${XLIBS}#$(XLIBS)#;' < get-wings-flags.in > $@
@chmod 755 $@
get-wutil-flags: get-wutil-flags.in Makefile
@echo "Generating $@"
@$(SED) -e 's#$${includedir}#$(includedir)#;' \
-e 's#$${libdir}#$(libdir)#;' \
- -e 's#$${INTLIBS}#$(INTLIBS)#;' < $< > $@
+ -e 's#$${INTLIBS}#$(INTLIBS)#;' < get-wutil-flags.in > $@
@chmod 755 $@
diff --git a/wrlib/Makefile.am b/wrlib/Makefile.am
index 24c880d..659a9f2 100644
--- a/wrlib/Makefile.am
+++ b/wrlib/Makefile.am
@@ -68,6 +68,6 @@ get-wraster-flags: get-wraster-flags.in Makefile
@$(SED) -e 's#$${inc_search_path}#$(inc_search_path)#;' \
-e 's#$${lib_search_path}#$(lib_search_path)#;' \
-e 's#$${GFXLIBS}#$(GFXLIBS)#;' \
- -e 's#$${XLIBS}#$(XLIBS)#;' < $< > $@
+ -e 's#$${XLIBS}#$(XLIBS)#;' < get-wraster-flags.in > $@
@chmod 755 $@