6224b1483a
2004/05/05 09:32:50 jsc 1.2.128.1: #116658# merge cinnabar changes
10 lines
107 B
Makefile
10 lines
107 B
Makefile
.SUFFIXES:
|
|
|
|
.SECONDARY:
|
|
|
|
ifeq "$(DEBUG)" "yes"
|
|
debug : ALL
|
|
endif
|
|
|
|
.PHONY: install
|
|
install: $(REGISTERFLAG)
|