From 5d7c3b0c9b2c62b03d244e55cbac87c3feb5f2ad Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Thu, 8 Jul 2010 20:32:27 +0200 Subject: [PATCH] Updated Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a2712ec..97699d0 100644 --- a/Makefile +++ b/Makefile @@ -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}