diff options
| author | bwarsaw | 1998-12-18 16:26:08 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-12-18 16:26:08 +0000 |
| commit | 383ed8b6389b9bfe87b72ab793022c9c2a44ff2b (patch) | |
| tree | e10505cb5792084f3b007ece0f0fa5fa2f58d83f /src | |
| parent | 93b25c1eaf7df8f6a0ebce3221b3578a8421dace (diff) | |
| download | mailman-383ed8b6389b9bfe87b72ab793022c9c2a44ff2b.tar.gz mailman-383ed8b6389b9bfe87b72ab793022c9c2a44ff2b.tar.zst mailman-383ed8b6389b9bfe87b72ab793022c9c2a44ff2b.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index baf422f82..267bf57a0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -90,16 +90,16 @@ PROGRAMS= $(CGI_PROGS) $(MAIL_PROGS) $(ALIAS_PROGS) all: $(PROGRAMS) wrapper: $(srcdir)/mail-wrapper.c common.o - $(CC) -I. $(MAIL_FLAGS) $(CFLAGS) common.o -o $@ $< + $(CC) -I. $(MAIL_FLAGS) $(CFLAGS) common.o -o $@ $(srcdir)/mail-wrapper.c #addaliases: $(srcdir)/alias-wrapper.c common.o -# $(CC) -I. $(ALIAS_FLAGS) $(CFLAGS) -o $@ $< +# $(CC) -I. $(ALIAS_FLAGS) $(CFLAGS) -o $@ $(srcdir)/alias-wrapper.c $(CGI_PROGS): $(srcdir)/cgi-wrapper.c common.o - $(CC) -DSCRIPT="\"$@\"" -I. $(CGI_FLAGS) $(CFLAGS) common.o -o $@ $< + $(CC) -DSCRIPT="\"$@\"" -I. $(CGI_FLAGS) $(CFLAGS) common.o -o $@ $(srcdir)/cgi-wrapper.c common.o: $(srcdir)/common.c $(srcdir)/common.h $(srcdir)/Makefile - $(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $< + $(CC) -c -I. $(COMMON_FLAGS) $(CFLAGS) $(srcdir)/common.c install: all for f in $(CGI_PROGS); \ |
