[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
endif and line continue
From: |
Tobias Contreras |
Subject: |
endif and line continue |
Date: |
Mon, 29 May 2006 14:06:02 -0400 |
Code snippet:
$(OBJ_DIR)/flash_info.o \
$(OBJ_DIR)/bootrom_persist.o \
$(OBJ_DIR)/rsa.o \
$(OBJ_DIR)/sha1.o \
$(OBJ_DIR)/crc32.o \
$(OBJ_DIR)/bsn.o
ifdef $(RUNTIME_CRC_TABLE)
$(OBJ_DIR)/crc32init.o <- *
endif
$(OBJ_DIR)/osutil.o \
$(OBJ_DIR)/main.o
*when I put a '\' on this line it thinks the endif is on the same line
and I get "missing `endif'. Stop." And if I don't I get missing
separator. Stop.
How do you get around that issue?
I am using 3.79, hope that's enough info.
Thanks again.
---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential
information, privileged material (including material protected by the
solicitor-client or other applicable privileges), or constitute non-public
information. Any use of this information by anyone other than the intended
recipient is prohibited. If you have received this transmission in error,
please immediately reply to the sender and delete this information from your
system. Use, dissemination, distribution, or reproduction of this transmission
by unintended recipients is not authorized and may be unlawful.
- endif and line continue,
Tobias Contreras <=