diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 808eb99f1..baf422f82 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -98,7 +98,7 @@ wrapper: $(srcdir)/mail-wrapper.c common.o $(CGI_PROGS): $(srcdir)/cgi-wrapper.c common.o $(CC) -DSCRIPT="\"$@\"" -I. $(CGI_FLAGS) $(CFLAGS) common.o -o $@ $< -common.o: $(srcdir)/common.c $(srcdir)/common.h +common.o: $(srcdir)/common.c $(srcdir)/common.h $(srcdir)/Makefile $(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $< install: all |
