mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Fixed the conditional targets for postscript files and tags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
876dc577d5
commit
e0f9ac6d45
@ -550,7 +550,7 @@ endif
|
||||
# Create a TAGS database for emacs
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
ifdef ETAGS
|
||||
ifneq ($(ETAGS),false)
|
||||
ifeq ($(LEVEL), .)
|
||||
SRCDIRS := $(wildcard $(SourceDir)/include $(SourceDir)/lib $(SourceDir)/tools)
|
||||
|
||||
@ -729,7 +729,7 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output)
|
||||
@$(DATE) > $@
|
||||
|
||||
# To create postscript files from dot files...
|
||||
ifdef DOT
|
||||
ifneq ($(DOT),false)
|
||||
%.ps: %.dot
|
||||
${DOT} -Tps < $< > $@
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user