From 7feb59251ed2efd5423dc530e6fe1658afd88d9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Szab=C3=B3=20Ambrus?= Date: Mon, 14 Mar 2011 23:29:04 +0100 Subject: [PATCH] Fix compilation in FreeBSD In FreeBSD make doesn`t work, only gmake. --- WINGs/Makefile.am | 4 ++-- wrlib/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index c3c35c35..9d6fa914 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 24c880dc..659a9f29 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 $@ -- 2.11.4.GIT