mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 14:15:46 +01:00
Fix makefiles bug.
FreeBSD make vs gmake in FreeBSD: $(dir $<@) => '' in gmake: $(dir $<@) => './'
This commit is contained in:
committed by
Carlos R. Mafra
parent
f65b99e615
commit
8fd4821155
@@ -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)#;' < get-wraster-flags.in > $@
|
||||
-e 's#$${XLIBS}#$(XLIBS)#;' < $(dir $<@)get-wraster-flags.in > $@
|
||||
@chmod 755 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user