# HG changeset patch # User Jim Meyering # Date 1067941475 0 # Node ID b24233cb5ab083923f6b78d4c64b31eaed91c818 # Parent d4e39a82e4f48022462701367949a8927cc3a415 Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@. diff --git a/modules/poll b/modules/poll --- a/modules/poll +++ b/modules/poll @@ -16,7 +16,7 @@ # 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 @@ Maintainer: Paolo Bonzini -