mirror of
https://https.git.savannah.gnu.org/git/sed.git
synced 2026-01-26 16:09:28 +00:00
maint: convert obsolescent @VAR@ notation to $(VAR)
* sed/Makefile.am (sed_LDADD): Use $(VAR), no @VAR@.
This commit is contained in:
parent
d15bafd704
commit
7a1a80603c
@ -9,9 +9,7 @@ noinst_HEADERS = sed.h utils.h
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir) -I$(top_builddir)/lib \
|
||||
-DLOCALEDIR=\"$(localedir)\"
|
||||
|
||||
sed_LDADD = ../lib/libsed.a @INTLLIBS@ @LIB_ACL@ @LIB_SELINUX@
|
||||
sed_LDADD = ../lib/libsed.a $(INTLLIBS) $(LIB_ACL) $(LIB_SELINUX)
|
||||
sed_DEPENDENCIES = ../lib/libsed.a
|
||||
|
||||
$(PROGRAMS): $(LDADD)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user