changeset 4850:b24233cb5ab0

Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@.
author Jim Meyering <jim@meyering.net>
date Tue, 04 Nov 2003 10:24:35 +0000
parents d4e39a82e4f4
children 992dd0324a2e
files modules/poll
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/modules/poll
+++ b/modules/poll
@@ -16,7 +16,7 @@
 
 # We need the following in order to create an <poll.h> 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 @@
 
 Maintainer:
 Paolo Bonzini  <bonzini@gnu.org>
-