mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-26 22:36:02 +01:00
Updated Makefile
This commit is contained in:
parent
f3218c2d68
commit
bff9b91695
1 changed files with 1 additions and 2 deletions
3
Makefile
3
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}
|
||||
|
|
Loading…
Reference in a new issue