diff options
author | Richard Lowe <richlowe@richlowe.net> | 2013-10-23 05:45:00 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-10-23 19:52:28 -0400 |
commit | e1b09d8049c010cce1944b6c61b253a64aa1459b (patch) | |
tree | a0bb67e0a52b3c9b149c12e85d7dfdbcddbefa95 /usr/src/lib | |
parent | 90485377c865d59d1f5371960ae60cee3b580421 (diff) | |
download | illumos-joyent-e1b09d8049c010cce1944b6c61b253a64aa1459b.tar.gz |
4072 make clobber leaves trash (fix sparc)
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/cfgadm_plugins/sata/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/cfgadm_plugins/sata/Makefile b/usr/src/lib/cfgadm_plugins/sata/Makefile index bf06374ab2..8af0d35460 100644 --- a/usr/src/lib/cfgadm_plugins/sata/Makefile +++ b/usr/src/lib/cfgadm_plugins/sata/Makefile @@ -26,8 +26,7 @@ include ../../Makefile.lib -SUBDIRS = $(MACH) -$(BUILD64)SUBDIRS += $(MACH64) +$(INTEL_BLD)SUBDIRS = $(MACH) $(BUILD64) $(MACH64) all := TARGET= all clean := TARGET= clean |