diff options
author | Fredrik Gustafsson <[email protected]> | 2013-09-06 15:27:17 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-09-06 15:27:17 +0200 |
commit | 61f6e220b6399ae20f72e877628896872bc522ad (patch) | |
tree | fd5562387234099c0c51a40ab7a07051c6f09315 /lib/os_mon/c_src/Makefile.in | |
parent | 30c4078cf1a898dfbca2dc8d00655bd766c0fbb1 (diff) | |
parent | efbd406f1b8f148569a40a090c38929a7661d2aa (diff) | |
download | otp-61f6e220b6399ae20f72e877628896872bc522ad.tar.gz otp-61f6e220b6399ae20f72e877628896872bc522ad.tar.bz2 otp-61f6e220b6399ae20f72e877628896872bc522ad.zip |
Merge branch 'dotsimon/os_mon_cpu_sup_solaris64/OTP-11298' into maint
* dotsimon/os_mon_cpu_sup_solaris64/OTP-11298:
Fix broken cpu_sup:nprocs and others on Solaris 64-bit
Fix some compiler warnings
Remove object files when cleaning
Diffstat (limited to 'lib/os_mon/c_src/Makefile.in')
-rw-r--r-- | lib/os_mon/c_src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_mon/c_src/Makefile.in b/lib/os_mon/c_src/Makefile.in index 51569f6ec9..f84ccf7c87 100644 --- a/lib/os_mon/c_src/Makefile.in +++ b/lib/os_mon/c_src/Makefile.in @@ -84,6 +84,7 @@ debug opt: $(TARGET_FILES) clean: rm -f $(TARGET_FILES) + rm -rf $(OBJDIR) rm -f core *~ docs: |