Updated Makefile

This commit is contained in:
Moritz Lipp 2010-07-08 20:32:27 +02:00
parent f3218c2d68
commit bff9b91695

View File

@ -33,8 +33,7 @@ config.h: config.def.h
echo "config.h exists, but config.def.h is newer. Please check your" \
"config.h or ${PROJECT} might fail to build." ; \
else \
cp -p $< $@ ; \
touch $@ ; \
cp $< $@ ; \
fi
${PROJECT}: ${OBJECTS}