| 81 |
$(existing-SUBS-cleandest): |
$(existing-SUBS-cleandest): |
| 82 |
-$(MAKE) -C $(subst -cleandest,,$@) cleandest |
-$(MAKE) -C $(subst -cleandest,,$@) cleandest |
| 83 |
|
|
| 84 |
# subdirectories of News, events, security and vote dirs each have |
# subdirectories of News, events and security dirs each have |
| 85 |
# their own generic wml file deps |
# their own generic wml file deps |
| 86 |
ifneq "$(findstring /News/,$(CURDIR))" "" |
ifneq "$(findstring /News/,$(CURDIR))" "" |
| 87 |
NOGENERICDEP := true |
NOGENERICDEP := true |
| 92 |
ifneq "$(findstring /security/,$(CURDIR))" "" |
ifneq "$(findstring /security/,$(CURDIR))" "" |
| 93 |
NOGENERICDEP := true |
NOGENERICDEP := true |
| 94 |
endif |
endif |
|
ifneq "$(findstring /vote/,$(CURDIR))" "" |
|
|
NOGENERICDEP := true |
|
|
endif |
|
| 95 |
|
|
| 96 |
# the rule for every wml file |
# the rule for every wml file |
| 97 |
ifndef NOGENERICDEP |
ifndef NOGENERICDEP |