diff options
author | Neil Brown <neilb@suse.de> | 2006-07-05 10:30:51 +1000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-07-05 10:30:51 +1000 |
commit | fbb1602bbd34cbe89dd55ca6eaaa19432237db1d (patch) | |
tree | 34246b126170dbdf097d47b973b9112e3e3c914a | |
parent | 0bc710a5a2b695039613a917e009dba3552ab1cc (diff) | |
download | nfs-utils-fbb1602bbd34cbe89dd55ca6eaaa19432237db1d.tar.gz nfs-utils-fbb1602bbd34cbe89dd55ca6eaaa19432237db1d.tar.xz nfs-utils-fbb1602bbd34cbe89dd55ca6eaaa19432237db1d.zip |
Avoid error creating an existing symlink
Just remove the link first.
-rw-r--r-- | support/export/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |