diff options
author | Robert Mustacchi <rm@joyent.com> | 2016-10-14 10:09:19 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-10-14 15:28:19 -0700 |
commit | a1964bdd47804c37e09db1a79c23937c9aeac165 (patch) | |
tree | 9823ad43549674c325d5d23e7dd9d6a5d4d8e00b /usr/src/cmd/acpi | |
parent | abf99a006172ea5aab2246bda23f9d6d935bf1ad (diff) | |
download | illumos-gate-a1964bdd47804c37e09db1a79c23937c9aeac165.tar.gz |
7470 acpi build sometimes doesn't descend into SUBDIRS
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/acpi')
-rw-r--r-- | usr/src/cmd/acpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/acpi/Makefile b/usr/src/cmd/acpi/Makefile index 083a55f57b..0e59da4aa6 100644 --- a/usr/src/cmd/acpi/Makefile +++ b/usr/src/cmd/acpi/Makefile @@ -39,7 +39,7 @@ clobber: $(SUBDIRS) lint: -$(SUBDIRS): common +$(SUBDIRS): common FRC @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET) common: FRC |