From beb4ba5a68dbfa478bcc375cc885a047a8301c0d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 28 Dec 1999 15:09:35 +1100 Subject: - Portability fixes for Irix 5.3 (now compiles OK!) - autoconf and other misc cleanups --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f4e3ff4eb..2f2e31e81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,7 +85,7 @@ gnome-ssh-askpass: gnome-ssh-askpass.c $(CC) $(CFLAGS) $(GNOME_CFLAGS) -o $@ gnome-ssh-askpass.c $(GNOME_LIBS) clean: - rm -f $(OBJS) $(TARGETS) config.status config.cache config.log core \ + rm -f *.o $(TARGETS) config.status config.cache config.log core \ *.1 *.8 sshd_config ssh_config manpages: -- cgit v1.2.3