From 8bc628f06bc80753598376705b86df707e77ec71 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Nov 2003 10:24:35 +0000 Subject: [PATCH] Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@. --- modules/poll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/poll b/modules/poll index a03affbbc4..ef2c8d9130 100644 --- a/modules/poll +++ b/modules/poll @@ -16,7 +16,7 @@ EXTRA_DIST += poll_.h # We need the following in order to create an when the system # doesn't have one. -all-local $(lib_OBJECTS): @POLL_H@ +all-local $(lib_OBJECTS): $(POLL_H) poll.h: poll_.h cp $(srcdir)/poll_.h poll.h-t mv poll.h-t poll.h @@ -27,4 +27,3 @@ Include: Maintainer: Paolo Bonzini - -- 2.30.2