mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-14 07:43:45 +01:00
Updated Makefile
Thanks to Sebastinas
This commit is contained in:
parent
eae4e48877
commit
f3218c2d68
10
Makefile
10
Makefile
@ -28,8 +28,14 @@ options:
|
|||||||
${OBJECTS}: config.h config.mk
|
${OBJECTS}: config.h config.mk
|
||||||
${DOBJECTS}: config.h config.mk
|
${DOBJECTS}: config.h config.mk
|
||||||
|
|
||||||
config.h:
|
config.h: config.def.h
|
||||||
@cp config.def.h $@
|
@if [ -f $@ ] ; then \
|
||||||
|
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 $@ ; \
|
||||||
|
fi
|
||||||
|
|
||||||
${PROJECT}: ${OBJECTS}
|
${PROJECT}: ${OBJECTS}
|
||||||
@echo CC -o $@
|
@echo CC -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user