diff options
Diffstat (limited to 'modules/signal')
-rw-r--r-- | modules/signal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/signal b/modules/signal index 6e37b150b8..42b543e332 100644 --- a/modules/signal +++ b/modules/signal @@ -17,7 +17,7 @@ BUILT_SOURCES += signal.h # We need the following in order to create <signal.h> when the system # doesn't have a complete one. -signal.h: signal.in.h +signal.h: signal.in.h $(LINK_WARNING_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |