From fbb1602bbd34cbe89dd55ca6eaaa19432237db1d Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 5 Jul 2006 10:30:51 +1000 Subject: [PATCH] Avoid error creating an existing symlink Just remove the link first. --- support/export/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/support/export/Makefile.am b/support/export/Makefile.am index 41769fa..a7c7062 100644 --- a/support/export/Makefile.am +++ b/support/export/Makefile.am @@ -39,6 +39,7 @@ $(GENFILES_XDR): %_xdr.c: %.x $(RPCGEN) $(GENFILES_H): %.h: %.x $(RPCGEN) test -f $@ && rm -rf $@ || true $(RPCGEN) -h -o $@ $< + rm -f $(top_builddir)/support/include/mount.h $(LN_S) ../export/mount.h $(top_builddir)/support/include/mount.h MAINTAINERCLEANFILES = Makefile.in -- 2.39.2