diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/export/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/export/Makefile b/support/export/Makefile index 1243305..43c2d32 100644 --- a/support/export/Makefile +++ b/support/export/Makefile @@ -25,3 +25,6 @@ clean distclean:: install:: @: + +predep:: $(RPCHDRS) $(RPCSRCS) + $(LN_S) ../export/mount.h ../include/mount.h |