From 80e45df094e9a993a612cc993c625c2ee0a5debd Mon Sep 17 00:00:00 2001
From: "cls%seawood.org" <cls%seawood.org>
Date: Thu, 22 Jun 2000 09:23:09 +0000
Subject: [PATCH] *sigh*. VPATH is seeing the old .o in unix for the non-objdir
 builds that recently ran so we need to remove it.

---
 uriloader/exthandler/Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/uriloader/exthandler/Makefile.in b/uriloader/exthandler/Makefile.in
index 4e8c0a50fb5c7..5219eab5b5083 100644
--- a/uriloader/exthandler/Makefile.in
+++ b/uriloader/exthandler/Makefile.in
@@ -52,3 +52,7 @@ override NO_STATIC_LIB=
 
 include $(topsrcdir)/config/rules.mk
 
+# tmp fix for vpath changes
+export::
+	$(RM) -f unix/*.o
+
-- 
GitLab