From fba0dc09507191903ed747fde266dcd8435183bc Mon Sep 17 00:00:00 2001 From: Stephen Soltesz <soltesz@cs.princeton.edu> Date: Tue, 12 Aug 2008 19:24:18 +0000 Subject: [PATCH] no need to do this during make --- cmdamt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmdamt/Makefile b/cmdamt/Makefile index d6a2cec..d7ca4b6 100644 --- a/cmdamt/Makefile +++ b/cmdamt/Makefile @@ -37,7 +37,7 @@ Utils.o: $(SRC_PATH)/Utils.cpp clean: rm -f $(OBJS) $(APPNAME) *~ rm -rf .libs - dos2unix *.h - dos2unix *.cpp - dos2unix README - dos2unix Makefile + #dos2unix *.h + #dos2unix *.cpp + #dos2unix README + #dos2unix Makefile -- 2.47.0