Lines 19-26
all: spamc$(EXEEXT)
Link Here
|
19 |
|
19 |
|
20 |
|
20 |
|
21 |
$(SRCDIR)/spamc$(EXEEXT): |
21 |
$(SRCDIR)/spamc$(EXEEXT): |
22 |
cd $(SRCDIR) |
22 |
# Bug #7617: Both commands must be on the same line because for every |
23 |
$(MAKE) spamc$(EXEEXT) |
23 |
# line a new sub-shell is spawned. The change of directory would be |
|
|
24 |
# "forgotten" before the next command is executed, if the commands |
25 |
# were on different lines. |
26 |
cd $(SRCDIR) && $(MAKE) spamc$(EXEEXT) |
24 |
|
27 |
|
25 |
|
28 |
|
26 |
spamc$(EXEEXT): $(SPAMC_FILES) $(LIBSPAMC_FILES) |
29 |
spamc$(EXEEXT): $(SPAMC_FILES) $(LIBSPAMC_FILES) |