aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42218f0..9e23f21 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ autoconfig: autoconfig.cpp
43src/autoconfig.h src/version.h: autoconfig 43src/autoconfig.h src/version.h: autoconfig
44 ./autoconfig $@ 44 ./autoconfig $@
45 45
46src/signals.h: signals-pregen.h 46src/signals.h: pregen/signals.h
47 cp $< $@ 47 cp $< $@
48 48
49headers: ${HEADERS} 49headers: ${HEADERS}