No need to add $(BUILDDIR) and $(BUILDCONF) to cleanup_files,
because they are removed automatically by '$(BUILDCMD) clean'. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1006 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
1142c88727
commit
175a7e27ee
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -118,7 +118,7 @@ $(WRAPPERS): %: $(SRCDIR)/wrappers/%.in $(SRCDIR)/wrappers/*.sh
|
|||
@$(generate-shell-script)
|
||||
|
||||
.PHONY: configure
|
||||
cleanup_files+=Setup.hi Setup.o $(BUILDCMD) $(BUILDDIR) $(BUILDCONF) $(BUILDVARS)
|
||||
cleanup_files+=Setup.hi Setup.o $(BUILDCMD) $(BUILDVARS)
|
||||
configure: $(BUILDCONF) templates
|
||||
$(BUILDCONF): $(CABAL)
|
||||
ghc -package Cabal Setup.hs -o $(BUILDCMD)
|
||||
|
|
Loading…
Reference in a new issue