mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Remove GNU Make-specific function call.
* libguile/Makefile.am (c-tokenize.$(OBJEXT)): Remove use of GNU Make's `filter-out' function.
This commit is contained in:
parent
f65e0168d5
commit
4ea57d5b48
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ c-tokenize.$(OBJEXT): c-tokenize.c
|
|||
if [ "$(cross_compiling)" = "yes" ]; then \
|
||||
$(CC_FOR_BUILD) $(DEFS) $(AM_CPPFLAGS) -c -o $@ $<; \
|
||||
else \
|
||||
$(filter-out -Werror,$(COMPILE)) -c -o $@ $<; \
|
||||
$(COMPILE) -c -o $@ $<; \
|
||||
fi
|
||||
|
||||
## Override default rule; this should run on BUILD host.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue