diff options
Diffstat (limited to 'support/export')
-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 |