diff options
Diffstat (limited to 'trans')
-rw-r--r-- | trans/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/Makefile b/trans/Makefile index 90df4790..e74a8692 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -35,7 +35,7 @@ password-LDLIBS = $(LIBCRYPT) password-MIGSFLAGS=\ "-DIO_INTRAN=trivfs_protid_t trivfs_begin_using_protid (io_t)" \ "-DIO_DESTRUCTOR=trivfs_end_using_protid (trivfs_protid_t)" \ - "-DPASSWORD_IMPORTS=import <hurd/trivfs.h>;" + "-DPASSWORD_IMPORTS=import \"../libtrivfs/mig-decls.h\";" include ../Makeconf |