summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-29 16:48:42 +0100
committerJim Meyering <meyering@redhat.com>2009-11-30 16:55:04 +0100
commita26b7e55255ceca597897bb156c1cc3ed54e917f (patch)
treef634df7e54117605b5954c27da5b69a54913ad88 /lib
parentcea5dc237ac3e1e50637a289fe21d961e93c6585 (diff)
downloadgrep-a26b7e55255ceca597897bb156c1cc3ed54e917f.tar.gz
maint: enable makefile @...@ check
* cfg.mk (local-checks-to-skip): Enable sc_makefile_check. * lib/Makefile.am (libgreputils_a_LIBADD): Use $(...), rather than anachronistic @...@ notation. * src/Makefile.am (LDADD): Likewise. * tests/Makefile.am (AWK): Remove definition.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 182c5d84..4d5de570 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -22,4 +22,4 @@ INCLUDES = -I.. -I$(srcdir)
libgreputils_a_SOURCES += \
savedir.c savedir.h
-libgreputils_a_LIBADD += @LIBOBJS@ @ALLOCA@
+libgreputils_a_LIBADD += $(LIBOBJS) $(ALLOCA)