Make it look a little like some other Makefile.common files, and get rid

of duplicate EXTRA_CNF.

svn path=/trunk/; revision=32070
This commit is contained in:
Guy Harris 2010-03-01 22:23:31 +00:00
parent 011aa07154
commit b2ed58af77
1 changed files with 6 additions and 9 deletions

View File

@ -67,6 +67,12 @@ EXTRA_DIST = \
packet-$(PROTOCOL_NAME)-template.h \
$(PROTOCOL_NAME).cnf
SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
A2W_FLAGS= -b -e
EXTRA_CNF= \
../dap/dap-exp.cnf \
../dsp/dsp-exp.cnf
@ -76,12 +82,3 @@ EXTRA_CNF= \
../dsp/dsp-exp.cnf:
(cd ../dsp && $(MAKE_CNF_EXPORT))
SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
A2W_FLAGS= -b -e
EXTRA_CNF=