Build failed, then I removed it and checked it out again but ^Ms were there again.

I just removed the ^M at EOF. Maybe this time it works.

svn path=/trunk/; revision=2975
This commit is contained in:
Emanuele Aliberti 2002-05-23 20:59:22 +00:00
parent 02fd65a6dc
commit 890bc030ff

View file

@ -1,19 +1,19 @@
# $Id: Makefile,v 1.1 2002/05/13 20:15:33 chorns Exp $
PATH_TO_TOP = ../..
TARGET_NORC = yes
TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = sectest
TARGET_OBJECTS = $(TARGET_NAME).o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# EOF
# $Id: Makefile,v 1.2 2002/05/23 20:59:22 ea Exp $
PATH_TO_TOP = ../..
TARGET_NORC = yes
TARGET_TYPE = program
TARGET_APPTYPE = console
TARGET_NAME = sectest
TARGET_OBJECTS = $(TARGET_NAME).o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
# EOF