From f49ea46aff3442849f17661e28aad392b23fadcf Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 5 Jan 2001 21:24:08 +0000 Subject: On the warpath aginst extraneous switches. svn path=/trunk/; revision=3014 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3