diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 21:24:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-01-05 21:24:08 +0000 |
commit | f49ea46aff3442849f17661e28aad392b23fadcf (patch) | |
tree | 5180de6b6fd6c5d3ff79805751d8e44a78a84c21 /Makefile.in | |
parent | 85fe8c2b378ec2c93d7ce4a745e1b58ddcf52899 (diff) | |
download | fetchmail-f49ea46aff3442849f17661e28aad392b23fadcf.tar.gz fetchmail-f49ea46aff3442849f17661e28aad392b23fadcf.tar.bz2 fetchmail-f49ea46aff3442849f17661e28aad392b23fadcf.zip |
On the warpath aginst extraneous switches.
svn path=/trunk/; revision=3014
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 5e51d1ff..49a4c132 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,7 +148,7 @@ netrc: netrc.c xmalloc.o error.o $(CC) -DSTANDALONE -DHAVE_CONFIG_H -I. -g -o $@ $^ .c.o: - $(CC) $(defines) -c $(CPFLAGS) -I$(srcdir) -I. $(CEFLAGS) $(CFLAGS) $< + $(CC) $(defines) -c $(CPFLAGS) -I$(srcdir) $(CEFLAGS) $(CFLAGS) $< # For some losing Unix makes. SHELL = /bin/sh |