Fix typo
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 15 Sep 2015 08:19:31 +0000 (10:19 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 15 Sep 2015 08:19:31 +0000 (10:19 +0200)
* sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs
process)): Fix bogus %.% pattern into %.h.

sysdeps/mach/hurd/Makefile

index 97997b6..42cfbce 100644 (file)
@@ -46,7 +46,7 @@ hurd-objpfx = $(common-objpfx)hurd/
 
 # These are all the generated headers that <hurd.h> includes.
 before-compile += $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process)
-$(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs process): hurd-before-compile
+$(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process): hurd-before-compile
 .PHONY: hurd-before-compile
 hurd-before-compile: $(common-objpfx)mach/mach-shortcuts.h
        $(MAKE) -C $(..)hurd subdir=hurd before-compile no_deps=t