diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Makefile.in b/Src/Makefile.in index bcbecad8e..cf1104825 100644 --- a/Src/Makefile.in +++ b/Src/Makefile.in @@ -225,6 +225,6 @@ modobjs modules headers proto $(MAIN_OBJS) zsh.export: Makemod $(MAKE) prep; \ fi @$(MAKE) -f Makemod $(MAKEDEFS) $@ -.PHONY: headers proto +.PHONY: install.modules uninstall.modules headers proto $(MAIN_OBJS): $(sdir)/zsh.h |