summaryrefslogtreecommitdiff
path: root/auth/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-03-16 18:16:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-03-16 18:16:02 +0100
commit8ad7f49e5b5e9a254f73de53941a58fc6032a737 (patch)
treef6bcc710fc79e4cb2e31b11c6be1e67c14bf48a9 /auth/Makefile
parent4097daba7e43b3a1a3af77a715da1a2418d30392 (diff)
parentcc9757407fa124998613329ce73c5bba98d5cf21 (diff)
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
Diffstat (limited to 'auth/Makefile')
-rw-r--r--auth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/Makefile b/auth/Makefile
index 75910c77..b9eedda5 100644
--- a/auth/Makefile
+++ b/auth/Makefile
@@ -25,6 +25,6 @@ target = auth
HURDLIBS = ports ihash shouldbeinlibc
OTHERLIBS = -lpthread
-MIGSFLAGS = -imacros $(srcdir)/authmutations.h
+MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
include ../Makeconf