Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@.
authorJim Meyering <jim@meyering.net>
Tue, 4 Nov 2003 10:24:35 +0000 (10:24 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Nov 2003 10:24:35 +0000 (10:24 +0000)
modules/poll

index a03affbbc44d983296a5e17c6ed36455b9861b8d..ef2c8d913080b723760da08f14a5a309c8f5dd8e 100644 (file)
@@ -16,7 +16,7 @@ EXTRA_DIST += poll_.h
 
 # 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 @@ Include:
 
 Maintainer:
 Paolo Bonzini  <bonzini@gnu.org>
-