diff options
author | Paul Smith <psmith@gnu.org> | 1997-09-05 21:01:49 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-09-05 21:01:49 +0000 |
commit | 6ea87be73bbf09827207c149df0583661c373aff (patch) | |
tree | 403f9d709643d59b9945b6d367be918ecb1a1d0d /Makefile.am | |
parent | f6490d62cf0ff17bd96267fedf49287aeb41abfc (diff) | |
download | gunmake-6ea87be73bbf09827207c149df0583661c373aff.tar.gz |
Changes for GNU make 3.75.93.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3a8451e..58bdc95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,7 @@ check-local: check-loadavg check-regression # loadavg: loadavg.c config.h @rm -f loadavg - $(LINK) -DTEST $(make_LDFLAGS) loadavg.c $(LIBS) + $(LINK) -I. -I$(srcdir) -DHAVE_CONFIG_H -DTEST $(make_LDFLAGS) loadavg.c $(LIBS) # We copy getloadavg.c into a different file rather than compiling it # directly because some compilers clobber getloadavg.o in the process. loadavg.c: getloadavg.c |