From: Stephen Soltesz Date: Tue, 12 Aug 2008 19:24:18 +0000 (+0000) Subject: no need to do this during make X-Git-Tag: Monitor-1.0-7~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fba0dc09507191903ed747fde266dcd8435183bc;p=monitor.git no need to do this during make --- 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