mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
Fix compilation in FreeBSD
In FreeBSD make doesn`t work, only gmake.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c82138eab9
commit
7feb59251e
@@ -108,13 +108,13 @@ get-wings-flags: get-wings-flags.in Makefile
|
|||||||
-e 's#$${GFXLIBS}#$(GFXLIBS)#;' \
|
-e 's#$${GFXLIBS}#$(GFXLIBS)#;' \
|
||||||
-e 's#$${XFTLIBS}#$(XFTLIBS)#;' \
|
-e 's#$${XFTLIBS}#$(XFTLIBS)#;' \
|
||||||
-e 's#$${INTLIBS}#$(INTLIBS)#;' \
|
-e 's#$${INTLIBS}#$(INTLIBS)#;' \
|
||||||
-e 's#$${XLIBS}#$(XLIBS)#;' < $< > $@
|
-e 's#$${XLIBS}#$(XLIBS)#;' < get-wings-flags.in > $@
|
||||||
@chmod 755 $@
|
@chmod 755 $@
|
||||||
|
|
||||||
get-wutil-flags: get-wutil-flags.in Makefile
|
get-wutil-flags: get-wutil-flags.in Makefile
|
||||||
@echo "Generating $@"
|
@echo "Generating $@"
|
||||||
@$(SED) -e 's#$${includedir}#$(includedir)#;' \
|
@$(SED) -e 's#$${includedir}#$(includedir)#;' \
|
||||||
-e 's#$${libdir}#$(libdir)#;' \
|
-e 's#$${libdir}#$(libdir)#;' \
|
||||||
-e 's#$${INTLIBS}#$(INTLIBS)#;' < $< > $@
|
-e 's#$${INTLIBS}#$(INTLIBS)#;' < get-wutil-flags.in > $@
|
||||||
@chmod 755 $@
|
@chmod 755 $@
|
||||||
|
|
||||||
|
|||||||
@@ -68,6 +68,6 @@ get-wraster-flags: get-wraster-flags.in Makefile
|
|||||||
@$(SED) -e 's#$${inc_search_path}#$(inc_search_path)#;' \
|
@$(SED) -e 's#$${inc_search_path}#$(inc_search_path)#;' \
|
||||||
-e 's#$${lib_search_path}#$(lib_search_path)#;' \
|
-e 's#$${lib_search_path}#$(lib_search_path)#;' \
|
||||||
-e 's#$${GFXLIBS}#$(GFXLIBS)#;' \
|
-e 's#$${GFXLIBS}#$(GFXLIBS)#;' \
|
||||||
-e 's#$${XLIBS}#$(XLIBS)#;' < $< > $@
|
-e 's#$${XLIBS}#$(XLIBS)#;' < get-wraster-flags.in > $@
|
||||||
@chmod 755 $@
|
@chmod 755 $@
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user